ChartData
LastColIndex Property
|
Get the last colunm of chart data.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public int LastColIndex { get; }
Public ReadOnly Property LastColIndex As Integer
Get
public:
property int LastColIndex {
int get ();
}
member LastColIndex : int with get
Property Value
Type:
Int32
See Also