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

Syntax
C# |
public static void SetShowZeroValueLabels(
SeriesLabel label,
bool value
)
|
VB |
static Public Sub SetShowZeroValueLabels(
ByVal label As SeriesLabel,
ByVal value As Boolean
)
|
Parameters
-
label
-
Type: SeriesLabel
Series label settings storage that configures the appearance and behavior of Bar series' labels.
-
value
-
Type: Boolean
The value that specifies whether series points with zero or empty values should be labeled.

See Also