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


In This Topic
    HighMarkerThemeColor Property
    In This Topic
    Gets or sets the theme color of the high marker.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property HighMarkerThemeColor As String
    'Usage
     
    Dim instance As SparklineSetting
    Dim value As String
     
    instance.HighMarkerThemeColor = value
     
    value = instance.HighMarkerThemeColor
    [DefaultValue("")]
    public string HighMarkerThemeColor {get; set;}

    Property Value

    The theme color of the high marker.
    See Also