XlsChartSerie
ChartGroup Property
|
Index of the chart group.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int ChartGroup { get; }
Public ReadOnly Property ChartGroup As Integer
Get
public:
property int ChartGroup {
int get ();
}
member ChartGroup : int with get
Property Value
Type:
Int32
See Also