ChartDataLabel
Index Property
|
Gets or sets the index of the item.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int Index { get; }
Public ReadOnly Property Index As Integer
Get
public:
property int Index {
int get ();
}
member Index : int with get
Property Value
Type:
Int32
See Also