Skip to main content

AxisLabel.BeginText Property

OBSOLETE

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

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

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

Property Value

Type Description
String

A String value that specifies a label’s prefix.

Remarks

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

See Also