Xceed Toolkit Plus for WPF v4.6 Documentation
AxisScaleMode Enumeration


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Chart Namespace : AxisScaleMode Enumeration
Specifies the scale mode of the axis.
Syntax
'Declaration
 
Public Enum AxisScaleMode 
   Inherits System.Enum
'Usage
 
Dim instance As AxisScaleMode
public enum AxisScaleMode : System.Enum 
Members
MemberDescription
AutomaticThe range spans from the lowest value to the highest value of the data points.
ManualA custom range between CustomRangeStart and CustomRangeEnd is used for the axis.
Remarks
Used by ScaleMode.
Inheritance Hierarchy

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

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

Reference

Xceed.Wpf.Toolkit.Chart Namespace