Back to Devexpress

BarSeries2D.ShowZeroValueLabels Attached Property

wpf-devexpress-dot-xpf-dot-charts-dot-barseries2d-f8ad883a.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

See GetShowZeroValueLabels(SeriesLabel) and SetShowZeroValueLabels(SeriesLabel, Boolean).

Returns

TypeDescription
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 valueSample Image
ShowZeroValueLabels = false;
ShowZeroValueLabels = true;

See Also

GetShowZeroValueLabels(SeriesLabel)

SetShowZeroValueLabels(SeriesLabel, Boolean)

BarSeries2D Class

BarSeries2D Members

DevExpress.Xpf.Charts Namespace