Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SparklineAxisMinMax Enumeration


In This Topic
    SparklineAxisMinMax Enumeration
    In This Topic
    An enumeration that specifies information about how the vertical axis minimum or maximum is computed for this sparkline group.
    Syntax
    'Declaration
     
    
    Public Enum SparklineAxisMinMax 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SparklineAxisMinMax
    public enum SparklineAxisMinMax : System.Enum 
    Members
    MemberDescription
    CustomSpecifies that the vertical axis minimum or maximum for each sparkline in this sparkline group is specified by the manualMin attribute or the manualMax attribute of the sparkline group.
    GroupSpecifies that the vertical axis minimum or maximum is shared across all sparklines in this sparkline group and is calculated automatically such that the data point with the minimum or maximum value can be displayed in the plot area.
    IndividualSpecifies that the vertical axis minimum or maximum for each sparkline in this sparkline group is calculated automatically such that the data point with the minimum or maximum value can be displayed in the plot area.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.SparklineAxisMinMax

    See Also