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


In This Topic
    MarkerForegroundColorIndex Property (ISeries)
    In This Topic
    Sets the marker foreground 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 MarkerForegroundColorIndex As Integer
    'Usage
     
    Dim instance As ISeries
     
    instance.MarkerForegroundColorIndex = value
    int MarkerForegroundColorIndex {set;}
    Remarks
    Applies only to line, scatter, and radar charts.
    See Also