Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IPoint Interface / MarkerBackgroundColor Property


In This Topic
    MarkerBackgroundColor Property (IPoint)
    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 IPoint
    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