Class ChartScatterShapeType
Represents the shape types of a ScatterSeries.
Inheritance
System.Object
ChartScatterShapeType
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public sealed class ChartScatterShapeType : Enum
Fields
Cross
Declaration
public const ChartScatterShapeType Cross
Field Value
Diamond
Declaration
public const ChartScatterShapeType Diamond
Field Value
Ellipse
Declaration
public const ChartScatterShapeType Ellipse
Field Value
Hexagon
Declaration
public const ChartScatterShapeType Hexagon
Field Value
InvertedTriangle
Declaration
public const ChartScatterShapeType InvertedTriangle
Field Value
Pentagon
Declaration
public const ChartScatterShapeType Pentagon
Field Value
Plus
Declaration
public const ChartScatterShapeType Plus
Field Value
Rectangle
Declaration
public const ChartScatterShapeType Rectangle
Field Value
Triangle
Declaration
public const ChartScatterShapeType Triangle
Field Value