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
Effect
A reference to line properties
public ExcelDrawingEffectStyle Effect { get; }
Property Value
Fill
A reference to fill properties
public ExcelDrawingFill Fill { get; }
Property Value
Index
The index of the datapoint
public int Index { get; }
Property Value
SubTotal
The data point is a subtotal. Applies for waterfall charts.
public bool SubTotal { get; set; }
Property Value
ThreeD
3D properties
public ExcelDrawing3D ThreeD { get; }