Skip to main content

BarSeries2D.GetShowZeroValueLabels(SeriesLabel) Method

Returns the value that specifies whether series points with zero or empty values should be labeled.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public static bool GetShowZeroValueLabels(
    SeriesLabel label
)

Parameters

Name Type Description
label SeriesLabel

Series label settings storage that configures appearance and behavior of Bar series’ labels.

Returns

Type Description
Boolean

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

See Also