API Reference

Enum

ExcelChartMarkerStyle

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.

Inheritance

  • Enum
  • ExcelChartMarkerStyle

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const ExcelChartMarkerStyle Auto #

Represents the Open XML value auto.

Value: 0
public const ExcelChartMarkerStyle Circle #

Represents the Open XML value circle.

Value: 1
public const ExcelChartMarkerStyle Dash #

Represents the Open XML value dash.

Value: 2
public const ExcelChartMarkerStyle Diamond #

Represents the Open XML value diamond.

Value: 3
public const ExcelChartMarkerStyle Dot #

Represents the Open XML value dot.

Value: 4
public const ExcelChartMarkerStyle None #

Represents the Open XML value none.

Value: 5
public const ExcelChartMarkerStyle Picture #

Represents the Open XML value picture.

Value: 6
public const ExcelChartMarkerStyle Plus #

Represents the Open XML value plus.

Value: 7
public const ExcelChartMarkerStyle Square #

Represents the Open XML value square.

Value: 8
public const ExcelChartMarkerStyle Star #

Represents the Open XML value star.

Value: 9
public const ExcelChartMarkerStyle Triangle #

Represents the Open XML value triangle.

Value: 10
public const ExcelChartMarkerStyle X #

Represents the Open XML value x.

Value: 11