CustomDrawSeriesEventArgs.LegendText Property
In This Article
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#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 Legend
See Also