Class ExcelQuartileCalculation
It represents Quartile calculation used for Box and Whisker Chart series
Inheritance
System.Object
ExcelQuartileCalculation
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class ExcelQuartileCalculation : Enum
Fields
ExclusiveMedian
It excludes the Median when splitting the dataset into Quartiles.
Declaration
public const ExcelQuartileCalculation ExclusiveMedian
Field Value
Type | Description |
---|---|
ExcelQuartileCalculation |
InclusiveMedian
It includes the Median when splitting the dataset into Quartiles.
Declaration
public const ExcelQuartileCalculation InclusiveMedian
Field Value
Type | Description |
---|---|
ExcelQuartileCalculation |
value__
Declaration
public byte value__
Field Value
Type | Description |
---|---|
System.Byte |