GanttDiagram.Rotated Property
In This Article
Overrides the XYDiagram.Rotated property.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
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