Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ISeries Interface / MarkerBackgroundColorIndex Property


In This Topic
    MarkerBackgroundColorIndex Property (ISeries)
    In This Topic
    Sets the marker background color as an index into the current color palette, or as one of the following constants: GrapeCity.Spreadsheet.Color.ColorIndexAutomatic or GrapeCity.Spreadsheet.Color.ColorIndexNone.
    Syntax
    'Declaration
     
    WriteOnly Property MarkerBackgroundColorIndex As Integer
    'Usage
     
    Dim instance As ISeries
     
    instance.MarkerBackgroundColorIndex = value
    int MarkerBackgroundColorIndex {set;}
    Remarks
    Applies only to line, scatter, and radar charts.
    See Also