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

CustomDrawSeriesPointEventArgs.LabelsTexts Property

Gets the labels texts for the points currently being painted.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public string[] LabelsTexts { get; }

Property Value

Type Description
String[]

A string array that is the labels texts.

See Also