Table of Contents

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

ExcelDrawingBorder

Effect

Effects

public ExcelDrawingEffectStyle Effect { get; }

Property Value

ExcelDrawingEffectStyle

Fill

A reference to the fill properties

public ExcelDrawingFill Fill { get; }

Property Value

ExcelDrawingFill

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

ThreeD

3D properties

public ExcelDrawing3D ThreeD { get; }

Property Value

ExcelDrawing3D