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


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