Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SparklineSetting Class / MaxAxisType Property


In This Topic
    MaxAxisType Property (SparklineSetting)
    In This Topic
    Gets or sets a value that specifies how the vertical axis maximum is calculated for the sparklines in this sparkline group.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property MaxAxisType As SparklineAxisMinMax
    'Usage
     
    Dim instance As SparklineSetting
    Dim value As SparklineAxisMinMax
     
    instance.MaxAxisType = value
     
    value = instance.MaxAxisType
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public SparklineAxisMinMax MaxAxisType {get; set;}
    See Also