Show / Hide Table of Contents

Class ExcelBoxWhiskerChartSerie

A series for an Box & Whisker Chart

Inheritance
System.Object
XmlHelper
ExcelChartSerie
ExcelChartExSerie
ExcelBoxWhiskerChartSerie
Inherited Members
ExcelChartExSerie.DataDimensions
ExcelChartExSerie.HeaderAddress
ExcelChartExSerie.Header
ExcelChartExSerie.Series
ExcelChartExSerie.XSeries
ExcelChartExSerie.DataLabel
ExcelChartExSerie.DataPoints
ExcelChartExSerie.Hidden
ExcelChartExSerie.HasDataLabel
ExcelChartExSerie.NumberOfItems
ExcelChartExSerie.TrendLines
ExcelChartSerie.NumberLiteralsY
ExcelChartSerie.NumberLiteralsX
ExcelChartSerie.StringLiteralsX
ExcelChartSerie.Fill
ExcelChartSerie.Border
ExcelChartSerie.Effect
ExcelChartSerie.ThreeD
ExcelChartSerie.ToFullAddress(String)
XmlHelper.AddSchemaNodeOrder(String[], String[])
XmlHelper.AddSchemaNodeOrder(String[], String[], Int32[])
XmlHelper.CreateAlternateContentNode(String, String)
XmlHelper.CreatespPrNode(String, Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart.ChartEx
Assembly: EPPlus.dll
Syntax
public class ExcelBoxWhiskerChartSerie : ExcelChartExSerie, IDrawingStyleBase

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
System.Nullable<eQuartileMethod>

ShowMeanLine

The visibility of connector lines between data points

Declaration
public bool ShowMeanLine { get; set; }
Property Value
Type Description
System.Boolean

ShowMeanMarker

The visibility of markers denoting the mean

Declaration
public bool ShowMeanMarker { get; set; }
Property Value
Type Description
System.Boolean

ShowNonOutliers

The visibility of non-outlier data points

Declaration
public bool ShowNonOutliers { get; set; }
Property Value
Type Description
System.Boolean

ShowOutliers

The visibility of outlier data points

Declaration
public bool ShowOutliers { get; set; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX