Class SparkChartMarkerShape
Defines the shape of the spark chart markers.
Inheritance
System.Object
SparkChartMarkerShape
Namespace: Syncfusion.Maui.Toolkit.SparkCharts
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class SparkChartMarkerShape : Enum
Fields
Circle
Renders a circle shape marker.
Declaration
public const SparkChartMarkerShape Circle
Field Value
Type |
---|
SparkChartMarkerShape |
Cross
Renders a cross shape marker.
Declaration
public const SparkChartMarkerShape Cross
Field Value
Type |
---|
SparkChartMarkerShape |
Diamond
Renders a diamond shape marker.
Declaration
public const SparkChartMarkerShape Diamond
Field Value
Type |
---|
SparkChartMarkerShape |
Hexagon
Renders a hexagon shape marker.
Declaration
public const SparkChartMarkerShape Hexagon
Field Value
Type |
---|
SparkChartMarkerShape |
HorizontalLine
Renders a horizontal line shape marker.
Declaration
public const SparkChartMarkerShape HorizontalLine
Field Value
Type |
---|
SparkChartMarkerShape |
InvertedTriangle
Renders an inverted triangle shape marker.
Declaration
public const SparkChartMarkerShape InvertedTriangle
Field Value
Type |
---|
SparkChartMarkerShape |
Pentagon
Renders a pentagon shape marker.
Declaration
public const SparkChartMarkerShape Pentagon
Field Value
Type |
---|
SparkChartMarkerShape |
Plus
Renders a plus shape marker.
Declaration
public const SparkChartMarkerShape Plus
Field Value
Type |
---|
SparkChartMarkerShape |
Rectangle
Renders a rectangle shape marker.
Declaration
public const SparkChartMarkerShape Rectangle
Field Value
Type |
---|
SparkChartMarkerShape |
Triangle
Renders a triangle shape marker.
Declaration
public const SparkChartMarkerShape Triangle
Field Value
Type |
---|
SparkChartMarkerShape |
VerticalLine
Renders a vertical line shape marker.
Declaration
public const SparkChartMarkerShape VerticalLine
Field Value
Type |
---|
SparkChartMarkerShape |