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

GanttDiagram.Rotated Property

Overrides the XYDiagram.Rotated property.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[Browsable(false)]
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