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


In This Topic
    MarkerBackgroundColorIndex Property (IPoint)
    In This Topic
    Gets or 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
     
    Property MarkerBackgroundColorIndex As Integer
    'Usage
     
    Dim instance As IPoint
    Dim value As Integer
     
    instance.MarkerBackgroundColorIndex = value
     
    value = instance.MarkerBackgroundColorIndex
    int MarkerBackgroundColorIndex {get; set;}
    Remarks
    Applies only to line, scatter, and radar charts.
    See Also