Show / Hide Table of Contents

Class ExcelChartExDataPoint

An individual data point

Inheritance
Object
XmlHelper
ExcelChartExDataPoint
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.ChartEx
Assembly: EPPlus.dll
Syntax
public class ExcelChartExDataPoint : XmlHelper

Properties

Border

A reference to line properties

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

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

SubTotal

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

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

ThreeD

3D properties

Declaration
public ExcelDrawing3D ThreeD { get; }
Property Value
Type Description
ExcelDrawing3D
In this article
Back to top Generated by DocFX