ExcelChartMarkerType enum

Specifies the marker style for a point or series in a line chart, scatter chart, or radar chart.

Inheritance

Constructors

ExcelChartMarkerType()
const

Values

none → const ExcelChartMarkerType

Represents no markers.

square → const ExcelChartMarkerType

Represents square markers.

circle → const ExcelChartMarkerType

Represents circular marker

diamond → const ExcelChartMarkerType

Represents diamond shaped markers.

triangle → const ExcelChartMarkerType

Represents triangle markers.

xSquare → const ExcelChartMarkerType

Represents square markers with X.

dowJones → const ExcelChartMarkerType

Represents dow jones style custom marker

plusSign → const ExcelChartMarkerType

Represents plus sign marker

starSquare → const ExcelChartMarkerType

Represents square markers with asterisk

standardDeviation → const ExcelChartMarkerType

Represents standard deviation style custome marker

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ExcelChartMarkerType>
A constant List of the values in this enum, in order of their declaration.