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

AxisTitle.WordWrap Property

Gets or sets whether a title’s text should wrap when it’s too lengthy.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool WordWrap { get; set; }

Property Value

Type Description
Boolean

true, if a title’s text should wrap; otherwise, false.

See Also