Skip to main content
All docs
V25.1
  • NumericScaleOptionsModel.GridAlignmentStartPoint Property

    Specifies the value of the GridAlignmentStartPoint property within the model.

    Namespace: DevExpress.XtraCharts.Designer

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

    NuGet Package: DevExpress.Win.Charts

    Declaration

    [PropertyForOptions]
    public NumericStartPoint GridAlignmentStartPoint { get; set; }

    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
    .NumericScaleOptions .GridAlignmentStartPoint
    See Also