Microsoft Graph Extensions API
A Microsoft API that allows you to extend the graph API resources to save the data of your own application.
50 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi.
I 've a Stacked Column chart in VB .net.
But the data label y zero and I can't hide when is zero.
I tried to use this sentence:
grafico_dinamico2.Series("Pinturas").IsValueShownAsLabel = True
(Pinturas: Is my Serie name)
And I don't have any idea how to validate when label data is zero.
I do it.
I use this code:
grafico_dinamico2.Series("Pinturas").LabelFormat = "#,##;(#,##);"