Back to Devexpress

AxisLabel.EndText Property

wpf-devexpress-dot-xpf-dot-charts-dot-axislabel-eb1df56f.md

latest1.7 KB
Original Source

AxisLabel.EndText Property

OBSOLETE

The AxisLabel.EndText property is obsolete now. Use the TextPattern property instead.

Specifies the postfix for the axis label text. Use the TextPattern property instead.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Obsolete("The AxisLabel.EndText property is obsolete now. Use the AxisLabel.TextPattern property instead.")]
[Browsable(false)]
public string EndText { get; set; }
vb
<Obsolete("The AxisLabel.EndText property is obsolete now. Use the AxisLabel.TextPattern property instead.")>
<Browsable(False)>
Public Property EndText As String

Property Value

TypeDescription
String

A String value that specifies a label’s postfix.

|

Remarks

For more information about axis label settings, refer to the following help topic: Axis Labels.

See Also

AxisLabel Class

AxisLabel Members

DevExpress.Xpf.Charts Namespace