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