NumericStartPoint Enum
In This Article
Lists values that specify the start point for aligning the scale along the x-axis.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum NumericStartPoint
#Members
Name | Description |
---|---|
Zero
|
The alignment of the chart x-axis scale starts at zero. |
Min
|
The alignment of the chart x-axis scale starts at the specified Range. |
#Related API Members
The following properties accept/return NumericStartPoint values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Numeric |
Win |
Numeric |
See Also