Back to Devexpress

NumericScaleOptionsModel.GridAlignmentStartPoint Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-numericscaleoptionsmodel-e915baa7.md

latest2.0 KB
Original Source

NumericScaleOptionsModel.GridAlignmentStartPoint Property

Specifies the value of the GridAlignmentStartPoint property within the model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public NumericStartPoint GridAlignmentStartPoint { get; set; }
vb
<PropertyForOptions>
Public Property GridAlignmentStartPoint As NumericStartPoint

Property Value

TypeDescription
NumericStartPoint

The start point for aligning the scale along the x-axis.

|

Available values:

NameDescription
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 TypePath to GridAlignmentStartPoint
AxisBaseModel

.NumericScaleOptions .GridAlignmentStartPoint

|

See Also

NumericScaleOptionsModel Class

NumericScaleOptionsModel Members

DevExpress.XtraCharts.Designer Namespace