Back to Devexpress

CustomDrawSeriesPointEventArgs.SecondLabelText Property

corelibraries-devexpress-dot-xtracharts-dot-customdrawseriespointeventargs-3006ee5b.md

latest2.5 KB
Original Source

CustomDrawSeriesPointEventArgs.SecondLabelText Property

Gets or sets the text of a second label for the point currently being painted for specific series views.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public string SecondLabelText { get; set; }
vb
Public Property SecondLabelText As String

Property Value

TypeDescription
String

A String representing a second label’s text.

|

Remarks

Use the SecondLabelText property to change the text of a second label for the point currently being painted when handling the ChartControl.CustomDrawSeriesPoint event. This setting is applicable for series with points containing two values, for example, Side-by-Side Range Bar, Overlapped Range Bar or Bubble. To specify the text of a first label, use the CustomDrawSeriesPointEventArgs.LabelText property.

Note

If the SecondLabelText property is set to Empty or null ( Nothing in Visual Basic), this label will be hidden.

See Also

LabelText

CustomDrawSeriesPointEventArgs Class

CustomDrawSeriesPointEventArgs Members

DevExpress.XtraCharts Namespace