Class ExcelBoxWhiskerChartSerie
- Namespace
- OfficeOpenXml.Drawing.Chart.ChartEx
- Assembly
- EPPlus.dll
A series for an Box & Whisker Chart
public class ExcelBoxWhiskerChartSerie : ExcelChartExSerie
- Inheritance
-
ExcelBoxWhiskerChartSerie
- Inherited Members
Properties
ParentLabelLayout
The layout type for the parent labels
public eParentLabelLayout ParentLabelLayout { get; set; }
Property Value
QuartileMethod
The quartile calculation methods
public eQuartileMethod? QuartileMethod { get; set; }
Property Value
ShowMeanLine
The visibility of connector lines between data points
public bool ShowMeanLine { get; set; }
Property Value
ShowMeanMarker
The visibility of markers denoting the mean
public bool ShowMeanMarker { get; set; }
Property Value
ShowNonOutliers
The visibility of non-outlier data points
public bool ShowNonOutliers { get; set; }
Property Value
ShowOutliers
The visibility of outlier data points
public bool ShowOutliers { get; set; }