SeriesLayoutPropertiesSubtotals Property |
Represents the index of a subtotal data point.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic int[] Subtotals { get; set; }
Public Property Subtotals As Integer()
Get
Set
public:
property array<int>^ Subtotals {
array<int>^ get ();
void set (array<int>^ value);
}
member Subtotals : int[] with get, set
Property Value
Type:
Int32
See Also