Skip to main content
A newer version of this page is available. .

BarSeries2D.ShowZeroValueLabels Attached Property

Gets or sets the value that specifies whether series points with zero or empty values should be labeled. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

Returns

Type Description
Boolean

true, if zero or empty points should be labeled; otherwise, false.

Remarks

This property is the attached property for the SeriesLabel class.

The following table demonstrates the ShowZeroValueLabels property in action:

Property value Sample Image
ShowZeroValueLabels = false; BarSeries2D--ShowSeroValueLabels_false
ShowZeroValueLabels = true; BarSeries2D--ShowSeroValueLabels_true
See Also