Table of Contents

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

eParentLabelLayout

QuartileMethod

The quartile calculation methods

public eQuartileMethod? QuartileMethod { get; set; }

Property Value

eQuartileMethod?

ShowMeanLine

The visibility of connector lines between data points

public bool ShowMeanLine { get; set; }

Property Value

bool

ShowMeanMarker

The visibility of markers denoting the mean

public bool ShowMeanMarker { get; set; }

Property Value

bool

ShowNonOutliers

The visibility of non-outlier data points

public bool ShowNonOutliers { get; set; }

Property Value

bool

ShowOutliers

The visibility of outlier data points

public bool ShowOutliers { get; set; }

Property Value

bool