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
int

Style

The marker style

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