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


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

    Property Value

    The theme color of the axis.
    See Also