Class ExcelChartMarker
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- EPPlus.dll
Represents a marker on a chart serie
public class ExcelChartMarker : XmlHelper
- Inheritance
-
ExcelChartMarker
- Inherited Members
Properties
Border
A reference to border properties
public ExcelDrawingBorder Border { get; }
Property Value
Effect
Effects
public ExcelDrawingEffectStyle Effect { get; }
Property Value
Fill
A reference to the fill properties
public ExcelDrawingFill Fill { get; }
Property Value
Size
The size of the marker. Ranges from 2 to 72.
public int Size { get; set; }
Property Value
Style
The marker style
public eMarkerStyle Style { get; set; }
Property Value
ThreeD
3D properties
public ExcelDrawing3D ThreeD { get; }