corelibraries-devexpress-dot-xtracharts-ea025288.md
Lists values that specify the start point for aligning the scale along the x-axis.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum NumericStartPoint
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum NumericStartPoint
| 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.
|
The following properties accept/return NumericStartPoint values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | NumericScaleOptions.GridAlignmentStartPoint |
| WinForms Controls | NumericScaleOptionsModel.GridAlignmentStartPoint |
See Also