Class ExcelChartMarker
Represents a marker on a chart serie
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
Assembly: EPPlus.dll
Syntax
public class ExcelChartMarker : XmlHelper
  Properties
Border
A reference to border properties
Declaration
public ExcelDrawingBorder Border { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelDrawingBorder | 
Effect
Effects
Declaration
public ExcelDrawingEffectStyle Effect { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelDrawingEffectStyle | 
Fill
A reference to the fill properties
Declaration
public ExcelDrawingFill Fill { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelDrawingFill | 
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 | 
ThreeD
3D properties
Declaration
public ExcelDrawing3D ThreeD { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelDrawing3D |