Class ExcelChartStyleMarkerLayout
- Namespace
- OfficeOpenXml.Drawing.Chart.Style
- Assembly
- EPPlus.dll
A layout the marker of the chart
public class ExcelChartStyleMarkerLayout : XmlHelper
- Inheritance
-
ExcelChartStyleMarkerLayout
- Inherited Members
Properties
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; }