Skip to main content
A newer version of this page is available. .

BarSeries2D.SetShowZeroValueLabels(SeriesLabel, Boolean) Method

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public static void SetShowZeroValueLabels(
    SeriesLabel label,
    bool value
)

Parameters

Name Type Description
label SeriesLabel

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

value Boolean

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

See Also