Skip to main content

CustomDrawSeriesPointEventArgs.LabelsTexts Property

Gets the labels texts for the points currently being painted.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public string[] LabelsTexts { get; }

Property Value

Type Description
String[]

A string array that is the labels texts.

See Also