Class ExcelChartDataPoint
Represents an individual datapoint in a chart
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public class ExcelChartDataPoint : XmlHelper, IDisposable, IDrawingStyleBase
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 |
---|---|
System.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 |
---|---|
System.Int32 |
InvertIfNegative
Invert if negative. Default true.
Declaration
public bool InvertIfNegative { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Boolean |
Implements
System.IDisposable