AxisTitle.WordWrap Property
Gets or sets whether a title’s text should wrap when it’s too lengthy.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public bool WordWrap { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, if a title’s text should wrap; otherwise, false. |
See Also