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

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.v20.2.dll

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

Declaration

[Obsolete("The AxisLabel.EndText property is obsolete now. Use the AxisLabel.TextPattern property instead.")]
[Browsable(false)]
public string EndText { get; set; }

Property Value

Type Description
String

A String value that specifies a label’s postfix.

Remarks

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

See Also