Skip to main content

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.v23.2.dll

NuGet Package: 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