ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Options Namespace / _ValueScaleOption Class / type Property

In This Topic
    type Property (_ValueScaleOption)
    In This Topic
    Syntax
    'Declaration
     
    Public Property type As Nullable(Of ValueScaleType)
    public Nullable<ValueScaleType> type {get; set;}
    See Also