SparklineGroup.MarkersColor Property
MarkersColor.Represents the element tag in schema: x14:colorMarkers
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property MarkersColor As MarkersColor
Get
Set
'Usage
Dim instance As SparklineGroup
Dim value As MarkersColor
value = instance.MarkersColor
instance.MarkersColor = value
public MarkersColor MarkersColor { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office2010.Excel.MarkersColor