ShapeMarkerType enum

Apply the different marker pointer.

Inheritance

Constructors

ShapeMarkerType()
const

Values

image → const ShapeMarkerType

Draw a image.

circle → const ShapeMarkerType

ShapeMarkerType.circle points the value with circle.

rectangle → const ShapeMarkerType

ShapeMarkerType.rectangle points the value with rectangle

diamond → const ShapeMarkerType

ShapeMarkerType.diamond points the value with diamond.

triangle → const ShapeMarkerType

ShapeMarkerType.Triangle points the value with triangle.

invertedTriangle → const ShapeMarkerType

ShapeMarkerType.InvertedTriangle points the value with inverted triangle.

verticalTriangle → const ShapeMarkerType

ShapeMarkerType.VerticalTriangle points the value with triangle.

verticalInvertedTriangle → const ShapeMarkerType

ShapeMarkerType.VerticalInvertedTriangle points the value with triangle.

pentagon → const ShapeMarkerType

ShapeMarkerType.pentagon points the value with pentagon.

verticalLine → const ShapeMarkerType

ShapeMarkerType.verticalLine points the value with vertical line.

horizontalLine → const ShapeMarkerType

ShapeMarkerType.horizontalLine points the value with horizontal line.

lineSeries → const ShapeMarkerType

ShapeMarkerType.lineSeries which draws the line series shape.

lineSeriesWithDashArray → const ShapeMarkerType

ShapeMarkerType.lineSeriesWithDashArray which draws line series shape in dash array

fastLineSeries → const ShapeMarkerType

ShapeMarkerType.fastLineSeries which draws the fast line series shape.

fastLineSeriesWithDashArray → const ShapeMarkerType

ShapeMarkerType.fastLineSeriesWithDashArray which draws fast line series shape in dash array

stackedLineSeries → const ShapeMarkerType

ShapeMarkerType.stackedLineSeries which draws the stacked line series shape.

stackedLineSeriesWithDashArray → const ShapeMarkerType

ShapeMarkerType.stackedLineSeriesWithDashArray which draws stacked line series shape in dash array

stackedLine100Series → const ShapeMarkerType

ShapeMarkerType.stackedLine100Series which draws the stacked line 100 series shape.

stackedLine100SeriesWithDashArray → const ShapeMarkerType

ShapeMarkerType.stackedLine100SeriesWithDashArray which draws stacked line 100 series shape in dash array

splineSeries → const ShapeMarkerType

ShapeMarkerType.splineSeries which draws the spline series marker.

splineSeriesWithDashArray → const ShapeMarkerType

ShapeMarkerType.splineSeriesWithDashArray which draws spline series shape in dash array

splineAreaSeries → const ShapeMarkerType

ShapeMarkerType.splineAreaSeries which draws the spline area series marker.

splineRangeAreaSeries → const ShapeMarkerType

ShapeMarkerType.splineRangeAreaSeries which draws the spline range area series marker.

areaSeries → const ShapeMarkerType

ShapeMarkerType.areaSeriesType which draws the area series marker.

stackedAreaSeries → const ShapeMarkerType

ShapeMarkerType.stackedAreaSeries which draws the stacked area series marker.

rangeAreaSeries → const ShapeMarkerType

ShapeMarkerType.rangeAreaSeries which draws the range area series marker.

stackedArea100Series → const ShapeMarkerType

ShapeMarkerType.stackedArea100Series which draws the stacked area 100 series marker.

stepAreaSeries → const ShapeMarkerType

ShapeMarkerType.stepAreaSeries which draws the step area series marker.

stepLineSeries → const ShapeMarkerType

ShapeMarkerType.stepLineSeries which draws the step line series marker.

stepLineSeriesWithDashArray → const ShapeMarkerType

ShapeMarkerType.stepLineSeriesWithDashArray which draws step line series shape in dash array

bubbleSeries → const ShapeMarkerType

ShapeMarkerType.bubbleSeries which draws the bubble series marker.

columnSeries → const ShapeMarkerType

ShapeMarkerType.columnSeries which draws the column series marker.

stackedColumnSeries → const ShapeMarkerType

ShapeMarkerType.stackedColumnSeries which draws the stacked column series marker.

stackedColumn100Series → const ShapeMarkerType

ShapeMarkerType.stackedColumn100Series which draws the stacked column 100 series marker.

rangeColumnSeries → const ShapeMarkerType

ShapeMarkerType.rangeColumnSeries which draws the range column series marker.

histogramSeries → const ShapeMarkerType

ShapeMarkerType.histogramSeries which draws the histogram series marker.

barSeries → const ShapeMarkerType

ShapeMarkerType.barSeries which draws the bar series marker.

stackedBarSeries → const ShapeMarkerType

ShapeMarkerType.stackedBarSeries which draws the stacked bar series marker.

stackedBar100Series → const ShapeMarkerType

ShapeMarkerType.stackedBar100Series which draws the stacked bar 100 series marker.

hiloSeries → const ShapeMarkerType

ShapeMarkerType.hiloSeries which draws the hilo series marker.

hiloOpenCloseSeries → const ShapeMarkerType

ShapeMarkerType.hiloOpenCloseSeries which draws the hilo open close series marker.

candleSeries → const ShapeMarkerType

ShapeMarkerType.candleSeries which draws the candle series marker.

waterfallSeries → const ShapeMarkerType

ShapeMarkerType.waterfallSeries which draws the waterfall series marker.

boxAndWhiskerSeries → const ShapeMarkerType

ShapeMarkerType.boxAndWhiskerSeries which draws the box and whisker series marker.

pieSeries → const ShapeMarkerType

ShapeMarkerType.pieSeries which draws the pie series marker.

doughnutSeries → const ShapeMarkerType

ShapeMarkerType.doughnutSeries which draws the doughnut series marker.

radialBarSeries → const ShapeMarkerType

ShapeMarkerType.radialBarSeries which draws the radial bar series marker.

pyramidSeries → const ShapeMarkerType

ShapeMarkerType.pyramidSeries which draws the pyramid series marker.

funnelSeries → const ShapeMarkerType

ShapeMarkerType.funnelSeries which draws the funnel series 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<ShapeMarkerType>
A constant List of the values in this enum, in order of their declaration.