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


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