Back to Devexpress

NumericStartPoint Enum

corelibraries-devexpress-dot-xtracharts-ea025288.md

latest1.6 KB
Original Source

NumericStartPoint Enum

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

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum NumericStartPoint
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum NumericStartPoint

Members

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.

|

The following properties accept/return NumericStartPoint values:

LibraryRelated API Members
Cross-Platform Class LibraryNumericScaleOptions.GridAlignmentStartPoint
WinForms ControlsNumericScaleOptionsModel.GridAlignmentStartPoint

See Also

DevExpress.XtraCharts Namespace