XlsChartSerieDataFormat
QuartileCalculationType Property
 | 
Gets / Sets whether the Quartile calculation is Exclusive or Inclusive
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public ExcelQuartileCalculation QuartileCalculationType { get; set; }
 
Public Property QuartileCalculationType As ExcelQuartileCalculation
	Get
	Set
 
public:
property ExcelQuartileCalculation QuartileCalculationType {
	ExcelQuartileCalculation get ();
	void set (ExcelQuartileCalculation value);
}
 
member QuartileCalculationType : ExcelQuartileCalculation with get, set
 
 
 
Property Value
Type:
ExcelQuartileCalculation
 
Remarks
 
Applies only to Box and Whisker Charts
See Also