LegendKey.MarkerForegroundColor Property

Sets the marker foreground color as an RGB value or returns the corresponding color index value. Read/write 64-bit signed integer.

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

Syntax

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

value = instance.MarkerForegroundColor

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

Property Value

Type: System.Int32

Remarks

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

See Also

Reference

LegendKey Interface

LegendKey Members

Microsoft.Office.Interop.PowerPoint Namespace