BarSeries2D.ShowZeroValueLabels Attached Property
In This Article
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 |
---|---|
Show |
![]() |
Show |
![]() |
See Also