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


In This Topic
    AxisColor Property (SparklineSetting)
    In This Topic
    Gets or sets the color of the axis.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(System.Windows.Media.Color, "Black")>
    Public Property AxisColor As Color
    'Usage
     
    Dim instance As SparklineSetting
    Dim value As Color
     
    instance.AxisColor = value
     
    value = instance.AxisColor
    [DefaultValue(System.Windows.Media.Color, "Black")]
    public Color AxisColor {get; set;}

    Property Value

    The color of the axis.
    See Also