RadarAxisXLabelModel.TextDirection Property
In This Article
Gets or sets the value of the RadarAxisXLabel.TextDirection within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.2.Wizard.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
[PropertyForOptions(2, "General")]
[DesignerDisplayName("LabelDirection")]
public RadarAxisXLabelTextDirection TextDirection { get; set; }
#Property Value
Type | Description |
---|---|
Radar |
The value specifying how the label text is drawn. |
Available values:
Name | Description |
---|---|
Left |
Label text is arranged from left to right. |
Top |
Label text is arranged from top to bottom. |
Bottom |
Label text is arranged from bottom to top. |
Radial | Label text is arranged along radial grid lines. |
Tangent | Label text is arranged tangentially to radial grid lines. |
See Also