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


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

    Property Value

    The theme color of the last marker.
    See Also