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

XYDiagramModel.Rotated Property

Gets or sets the value of the XYDiagram.Rotated within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public bool Rotated { get; set; }

Property Value

Type Description
Boolean

true if the diagram is rotated; otherwise false.

See Also