Skip to main content

Series.LabelsVisibility Property

Specifies whether to show series labels on a diagram.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
public bool LabelsVisibility { get; set; }

#Property Value

Type Description
Boolean

true to show series labels; false to hide them;

See Also