DXChart.Rotated Property
Gets or sets whether the chart is rotated.
Namespace: DevExpress.Xamarin.iOS.Charts
Assembly: DevExpress.Xamarin.iOS.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public virtual bool Rotated { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true if the chart is rotated; otherwise false. |
Remarks
The following table demonstrates the chart layout changes that depend on this property:
Value | Sample | Comment |
---|---|---|
false (default) | The X-axis’s default orientation is horizontal and the Y-axis’s is vertical. | |
true | The chart lays out the X-axis vertically and the Y-axis horizontally. |
See Also