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;}
See Also