Skip to main content

AxisYCoordinateModel.Axis Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

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