Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineSetting Class / HighColor Property


In This Topic
    HighColor Property (SparklineSetting)
    In This Topic
    Gets an Color value that specifies the color of the high point of the sparkline.
    Syntax
    'Declaration
     
    
    Public Property HighColor As Color
    'Usage
     
    
    Dim instance As SparklineSetting
    Dim value As Color
     
    instance.HighColor = value
     
    value = instance.HighColor
    public Color HighColor {get; set;}
    See Also