Show / Hide Table of Contents

Class ExcelChartStyleMarkerLayout

A layout the marker of the chart

Inheritance
System.Object
XmlHelper
ExcelChartStyleMarkerLayout
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.Int32

Style

The marker style

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