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


In This Topic
    MarkerBackgroundColor Property (ISeries)
    In This Topic
    Gets or set the marker background color as an RGB value or returns the corresponding color index value.
    Syntax
    'Declaration
     
    Property MarkerBackgroundColor As SchemeColor
    'Usage
     
    Dim instance As ISeries
    Dim value As SchemeColor
     
    instance.MarkerBackgroundColor = value
     
    value = instance.MarkerBackgroundColor
    SchemeColor MarkerBackgroundColor {get; set;}
    Remarks
    Applies only to line, scatter, and radar charts.
    See Also