Skip to main content

GanttDiagram.Rotated Property

Overrides the XYDiagram.Rotated property.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override bool Rotated { get; set; }

Property Value

Type Description
Boolean

Always true.

Remarks

This property is overridden to hide the corresponding property of the XYDiagram class.

See Also