Series.MarkerForegroundColor Property

Sets the marker foreground color as an RGB value or returns the corresponding color index value. Applies only to line, scatter, and radar charts. Read/write Integer.

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

Syntax

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

value = instance.MarkerForegroundColor

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

Property Value

Type: System.Int32
Integer

See Also

Reference

Series Interface

Series Members

Microsoft.Office.Interop.Word Namespace