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


In This Topic
    FirstMarkerColor Property
    In This Topic
    Gets or sets the color of the first data point for each sparkline in this sparkline group.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(System.Windows.Media.Color, "149, 179, 215")>
    Public Property FirstMarkerColor As Color
    'Usage
     
    Dim instance As SparklineSetting
    Dim value As Color
     
    instance.FirstMarkerColor = value
     
    value = instance.FirstMarkerColor
    [DefaultValue(System.Windows.Media.Color, "149, 179, 215")]
    public Color FirstMarkerColor {get; set;}
    See Also