LineChartSeries.Index Property
Index.Represents the element tag in schema: c:idx
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Index As Index
Get
Set
'Usage
Dim instance As LineChartSeries
Dim value As Index
value = instance.Index
instance.Index = value
public Index Index { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Charts.Index