Table of Contents

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

int

Style

The marker style

public eMarkerStyle Style { get; set; }

Property Value

eMarkerStyle