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


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

    Property Value

    The theme color of the markers.
    See Also