NumericScaleOptionsModel.GridAlignmentStartPoint Property
Specifies the value of the GridAlignmentStartPoint
property within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
Type | Description |
---|---|
NumericStartPoint | The start point for aligning the scale along the x-axis. |
Available values:
Name | Description |
---|---|
Zero | The alignment of the chart x-axis scale starts at zero. |
MinRangeValue | The alignment of the chart x-axis scale starts at the specified Range.MinValue property value. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to GridAlignmentStartPoint |
---|---|
AxisBaseModel |
|
See Also