Skip to main content

CustomDrawSeriesEventArgs.LegendText Property

Gets or sets the Legend’s text for the series whose points are currently being painted.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public string LegendText { get; set; }

Property Value

Type Description
String

A String representing the text of the legend for the series currently being painted.

Remarks

Use the LegendText property to change the text of the legend for the series currently being painted when handling the ChartControl.CustomDrawSeries and ChartControl.CustomDrawSeriesPoint events.

Note

If the LegendText property is set to Empty or null (Nothing in Visual Basic), the corresponding legend item will be hidden.

See Also