Show / Hide Table of Contents

Class ExcelChartStyleMarkerLayout

A layout the marker of the chart

Inheritance
Object
XmlHelper
ExcelChartStyleMarkerLayout
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart.Style
Assembly: EPPlus.dll
Syntax
public class ExcelChartStyleMarkerLayout : XmlHelper

Properties

Size

The size of the marker. Ranges from 2 to 72

Declaration
public int Size { get; set; }
Property Value
Type Description
Int32

Style

The marker style

Declaration
public eMarkerStyle Style { get; set; }
Property Value
Type Description
eMarkerStyle
In this article
Back to top Generated by DocFX