Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparkVerticalAxis Interface / MinScaleType Property


In This Topic
    MinScaleType Property
    In This Topic
    Gets or sets how the minimum value of the vertical axis of the sparkline is scaled relative to other sparklines in the group.
    Syntax
    'Declaration
     
    
    Property MinScaleType As SparkScale
    'Usage
     
    
    Dim instance As ISparkVerticalAxis
    Dim value As SparkScale
     
    instance.MinScaleType = value
     
    value = instance.MinScaleType
    SparkScale MinScaleType {get; set;}
    See Also