Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / AxisGraduationMode Enumeration


In This Topic
    AxisGraduationMode Enumeration
    In This Topic
    Represents GridLine layouts for use in the chart.
    Syntax
    'Declaration
     
    Public Enum AxisGraduationMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As AxisGraduationMode
    public enum AxisGraduationMode : System.Enum 
    Members
    MemberDescription
    AutomaticGrid lines are placed along the axis by dividing the axis evenly using the value of TicksCount.
    ManualGrid lines are placed only for the values of the data points and are lined up with those data points.
    Remarks

    When LabelsType is set to Labels, GraduationMode must be set to Manual.

    Used by GraduationMode.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Wpf.Toolkit.Chart.AxisGraduationMode

    Requirements

    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

    See Also