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

AxisLabel.BeginText Property

OBSOLETE

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

Specifies the prefix for the axis labels‘ text.

Namespace: DevExpress.Xpf.Charts

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

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 the common prefix for labels of a specific axis.

Remarks

Use the BeginText property to specify the common prefix text that will be displayed within axis labels along with their default values.

The postfix text for axis labels can be specified by the AxisLabel.EndText property.

See Also