Class ExcelBoxWhiskerChartSerie
A series for an Box & Whisker Chart
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart.ChartEx
Assembly: EPPlus.dll
Syntax
public class ExcelBoxWhiskerChartSerie : ExcelChartExSerie
Properties
ParentLabelLayout
The layout type for the parent labels
Declaration
public eParentLabelLayout ParentLabelLayout { get; set; }
Property Value
| Type | Description |
|---|---|
| eParentLabelLayout |
QuartileMethod
The quartile calculation methods
Declaration
public eQuartileMethod? QuartileMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable<eQuartileMethod> |
ShowMeanLine
The visibility of connector lines between data points
Declaration
public bool ShowMeanLine { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
ShowMeanMarker
The visibility of markers denoting the mean
Declaration
public bool ShowMeanMarker { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
ShowNonOutliers
The visibility of non-outlier data points
Declaration
public bool ShowNonOutliers { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
ShowOutliers
The visibility of outlier data points
Declaration
public bool ShowOutliers { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |