ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / ScaleType Enumeration

In This Topic
    ScaleType Enumeration
    In This Topic
    Specifies a scale type.
    Syntax
    'Declaration
     
    Public Enum ScaleType 
       Inherits System.Enum
    public enum ScaleType : System.Enum 
    Members
    MemberDescription
    LinearLinear scale.
    LogarithmicLogarithmic scale.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Report.CustomFields.Maps.ScaleType

    See Also