Share via


Series.MarkerBackgroundColor Property

Sets the marker background color as an RGB value or returns the corresponding color index value. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property MarkerBackgroundColor As Integer
    Get
    Set
'Usage
Dim instance As Series
Dim value As Integer

value = instance.MarkerBackgroundColor

instance.MarkerBackgroundColor = value
int MarkerBackgroundColor { get; set; }

Property Value

Type: System.Int32

Remarks

This property applies only to line, scatter, and radar charts.

See Also

Reference

Series Interface

Series Members

Microsoft.Office.Interop.PowerPoint Namespace