XlsChartDataPoint
SetAsTotal Property
|
True if the data point is considered as Subtotals or Totals. otherwise False.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool SetAsTotal { get; set; }
Public Property SetAsTotal As Boolean
Get
Set
public:
property bool SetAsTotal {
bool get ();
void set (bool value);
}
member SetAsTotal : bool with get, set
Property Value
Type:
Boolean
Remarks
Applies only to Waterfall charts.
See Also