Spread WPF 17
GrapeCity.Excel Namespace / IExcelSparklineGroup Interface / HighColor Property


In This Topic
    HighColor Property (IExcelSparklineGroup)
    In This Topic
    Specifies the color of the highest data point for each sparkline in this sparkline group.
    Syntax
    'Declaration
     
    Property HighColor As IExcelColor
    'Usage
     
    Dim instance As IExcelSparklineGroup
    Dim value As IExcelColor
     
    instance.HighColor = value
     
    value = instance.HighColor
    IExcelColor HighColor {get; set;}
    See Also