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
Bubble3D
The sizes of the bubbles on the bubble chart
public bool Bubble3D { get; set; }
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
InvertIfNegative
Invert if negative. Default true.
public bool InvertIfNegative { get; set; }
Property Value
Marker
A reference to marker properties
public ExcelChartMarker Marker { get; }
Property Value
ThreeD
3D properties
public ExcelDrawing3D ThreeD { get; }
Property Value
Methods
Dispose()
Dispose the object
public void Dispose()
HasMarker()
Returns true if the datapoint has a marker
public bool HasMarker()