.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : Scale Enumeration
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
MemberDescription
FullStackedElements are stacked and each stack is equal to 100%.
LogarithmicLogarithmic axis scale.
LogarithmicStackedSimilar to Logarithmic but elements are stacked on top of each other.
NormalThe normal scale will always show 0 on the chart.
RangeThe axis will start and end shortly outside the range of element values.
StackedSimilar to Normal but elements are stacked on top of each other.
TimeTime 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