'Declaration Public Enum MajorTickModeLogarithmic Inherits System.Enum
'Usage Dim instance As MajorTickModeLogarithmic
public enum MajorTickModeLogarithmic : System.Enum
'Declaration Public Enum MajorTickModeLogarithmic Inherits System.Enum
'Usage Dim instance As MajorTickModeLogarithmic
public enum MajorTickModeLogarithmic : System.Enum
Member | Description |
---|---|
AbsAutoStep | the logarithmic scale automatically generates the major ticks. The difference between two adjacent major ticks is equal to the automatically determinded step. |
AbsCustomStep | the logarithmic scale automatically generates the major ticks. The difference between two adjacent major ticks is equal to the user specified step. |
Manual | in this mode the user specifies the values which must be represented with major ticks |
PowAutoStep | the logarithmic scale automatically generates the major ticks. The generated ticks are exact products of the logarithm base with automatically determined power step. |
PowCustomStep | the logarithmic scale automatically generates the major ticks. The generated ticks are exact products of the logarithm base with user defined power step. |
System.Object
System.ValueType
System.Enum
Xceed.Chart.Core.MajorTickModeLogarithmic
Target Platforms: 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