Table of Contents

Class ExcelChartDataPoint

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
EPPlus.dll

Represents an individual datapoint in a chart

public class ExcelChartDataPoint : XmlHelper, IDisposable
Inheritance
ExcelChartDataPoint
Implements
Inherited Members

Properties

Border

A reference to line properties

public ExcelDrawingBorder Border { get; }

Property Value

ExcelDrawingBorder

Bubble3D

The sizes of the bubbles on the bubble chart

public bool Bubble3D { get; set; }

Property Value

bool

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

InvertIfNegative

Invert if negative. Default true.

public bool InvertIfNegative { get; set; }

Property Value

bool

Marker

A reference to marker properties

public ExcelChartMarker Marker { get; }

Property Value

ExcelChartMarker

ThreeD

3D properties

public ExcelDrawing3D ThreeD { get; }

Property Value

ExcelDrawing3D

Methods

Dispose()

Dispose the object

public void Dispose()

HasMarker()

Returns true if the datapoint has a marker

public bool HasMarker()

Returns

bool