ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / ValueScaleType Enumeration

In This Topic
    ValueScaleType Enumeration
    In This Topic
    Specifies the scale type for chart axis
    Syntax
    'Declaration
     
    Public Enum ValueScaleType 
       Inherits System.Enum
    public enum ValueScaleType : System.Enum 
    Members
    MemberDescription
    LinearIndicates linear axis scale
    LogarithmicIndicates logarithmic axis scale
    OrdinalIndicates ordinal axis scale
    PercentageIndicates percantage axis scale
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.DV.ValueScaleType

    See Also