Table of Contents

Class ExcelChartExDataPoint

Namespace
OfficeOpenXml.Drawing.Chart.ChartEx
Assembly
EPPlus.dll

An individual data point

public class ExcelChartExDataPoint : XmlHelper
Inheritance
ExcelChartExDataPoint
Inherited Members

Properties

Border

A reference to line properties

public ExcelDrawingBorder Border { get; }

Property Value

ExcelDrawingBorder

Effect

A reference to line properties

public ExcelDrawingEffectStyle Effect { get; }

Property Value

ExcelDrawingEffectStyle

Fill

A reference to fill properties

public ExcelDrawingFill Fill { get; }

Property Value

ExcelDrawingFill

Index

The index of the datapoint

public int Index { get; }

Property Value

int

SubTotal

The data point is a subtotal. Applies for waterfall charts.

public bool SubTotal { get; set; }

Property Value

bool

ThreeD

3D properties

public ExcelDrawing3D ThreeD { get; }

Property Value

ExcelDrawing3D