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

AxisXCoordinateModel.Axis Property

Gets or sets the value of the AxisYCoordinate.Axis within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[UseAsSimpleProperty]
[PropertyForOptions]
[LocalizableCategory(DesignerCategories.General)]
public Axis2DModel Axis { get; set; }

Property Value

Type Description
Axis2DModel

The axis on which the value is measured.

See Also