Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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