Scale Enumeration
Indicates the scale of an axis.
Syntax
'Declaration Public Enum Scale Inherits System.Enum
'Usage Dim instance As Scale
public enum Scale : System.Enum
Members
Member | Description |
---|---|
FullStacked | Elements are stacked and each stack is equal to 100%. |
Logarithmic | Logarithmic axis scale. |
LogarithmicStacked | Similar to Logarithmic but elements are stacked on top of each other. |
Normal | The normal scale will always show 0 on the chart. |
Range | The axis will start and end shortly outside the range of element values. |
Stacked | Similar to Normal but elements are stacked on top of each other. |
Time | Time axis scale. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
dotnetCHARTING.Scale
Requirements
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
See Also