'Declaration Public Enum AxisGraduationMode Inherits System.Enum
'Usage Dim instance As AxisGraduationMode
public enum AxisGraduationMode : System.Enum
'Declaration Public Enum AxisGraduationMode Inherits System.Enum
'Usage Dim instance As AxisGraduationMode
public enum AxisGraduationMode : System.Enum
Member | Description |
---|---|
Automatic | Grid lines are placed along the axis by dividing the axis evenly using the value of TicksCount. |
Manual | Grid lines are placed only for the values of the data points and are lined up with those data points. |
When LabelsType is set to Labels, GraduationMode must be set to Manual.
Used by GraduationMode.
System.Object
System.ValueType
System.Enum
Xceed.Wpf.Toolkit.Chart.AxisGraduationMode
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2