Show / Hide Table of Contents

Class ExcelChartDataPoint

Represents an individual datapoint in a chart

Inheritance
object
XmlHelper
ExcelChartDataPoint
Implements
IDisposable
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
Assembly: EPPlus.dll
Syntax
public class ExcelChartDataPoint : XmlHelper, IDisposable

Properties

Border

A reference to line properties

Declaration
public ExcelDrawingBorder Border { get; }
Property Value
Type Description
ExcelDrawingBorder

Bubble3D

The sizes of the bubbles on the bubble chart

Declaration
public bool Bubble3D { get; set; }
Property Value
Type Description
bool

Effect

A reference to line properties

Declaration
public ExcelDrawingEffectStyle Effect { get; }
Property Value
Type Description
ExcelDrawingEffectStyle

Fill

A reference to fill properties

Declaration
public ExcelDrawingFill Fill { get; }
Property Value
Type Description
ExcelDrawingFill

Index

The index of the datapoint

Declaration
public int Index { get; }
Property Value
Type Description
int

InvertIfNegative

Invert if negative. Default true.

Declaration
public bool InvertIfNegative { get; set; }
Property Value
Type Description
bool

Marker

A reference to marker properties

Declaration
public ExcelChartMarker Marker { get; }
Property Value
Type Description
ExcelChartMarker

ThreeD

3D properties

Declaration
public ExcelDrawing3D ThreeD { get; }
Property Value
Type Description
ExcelDrawing3D

Methods

Dispose()

Dispose the object

Declaration
public void Dispose()

HasMarker()

Returns true if the datapoint has a marker

Declaration
public bool HasMarker()
Returns
Type Description
bool

Implements

IDisposable
In this article
Back to top Generated by DocFX