dotnetCHARTING Send comments on this topic.
Scale Enumeration
See Also  
dotnetCHARTING Namespace : Scale Enumeration


Indicates the scale of an axis.

Syntax

Visual Basic (Declaration) 
Public Enum Scale 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As Scale
C# 
public enum Scale : Enum 

Members

MemberDescription
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.Scale

See Also

© 2010 All Rights Reserved.