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
Boolean

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
Int32

InvertIfNegative

Invert if negative. Default true.

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

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
Boolean

Implements

System.IDisposable
In this article
Back to top Generated by DocFX