Visual Basic (Declaration) | |
---|---|
Public Enum Scale Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum Scale : Enum |
Member | Description |
---|---|
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. |
Logarithmic | Logarithmic axis scale. |
Time | Time axis scale. |
Stacked | Similar to Normal but elements are stacked on top of each other. |
FullStacked | Elements are stacked and each stack is equal to 100%. |
LogarithmicStacked | Similar to Logarithmic but elements are stacked on top of each other. |
System.Object
System.ValueType
System.Enum
dotnetCHARTING.Scale