API Reference

Enum

PowerPointChartMarkerStyle

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

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

Inheritance

  • Enum
  • PowerPointChartMarkerStyle

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 PowerPointChartMarkerStyle Auto #

Represents the Open XML value auto.

Value: 0
public const PowerPointChartMarkerStyle Circle #

Represents the Open XML value circle.

Value: 1
public const PowerPointChartMarkerStyle Dash #

Represents the Open XML value dash.

Value: 2
public const PowerPointChartMarkerStyle Diamond #

Represents the Open XML value diamond.

Value: 3
public const PowerPointChartMarkerStyle Dot #

Represents the Open XML value dot.

Value: 4
public const PowerPointChartMarkerStyle None #

Represents the Open XML value none.

Value: 5
public const PowerPointChartMarkerStyle Picture #

Represents the Open XML value picture.

Value: 6
public const PowerPointChartMarkerStyle Plus #

Represents the Open XML value plus.

Value: 7
public const PowerPointChartMarkerStyle Square #

Represents the Open XML value square.

Value: 8
public const PowerPointChartMarkerStyle Star #

Represents the Open XML value star.

Value: 9
public const PowerPointChartMarkerStyle Triangle #

Represents the Open XML value triangle.

Value: 10
public const PowerPointChartMarkerStyle X #

Represents the Open XML value x.

Value: 11