Replies: 1 comment 2 replies
-
Your code must work... I'll will take a look asap and make an issue/PR if i reproduce it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, Is there any way to remove the ValueLabel from Chart (Only Show Label in the Bottom)?
I am using the LineChart...!
new Microcharts.ChartEntry(100)
{
Label = "Mon",
ValueLabel = null,
Color = SkiaSharp.SKColor.Parse("#5866DB"),
}
Above Code is removing ValueLabel as well as Label also...( I want Label not ValueLabel)..?
Beta Was this translation helpful? Give feedback.
All reactions