Class ChartScatterShapeType
Represents the shape types of a ScatterSeries such as cross, diamond, ellipse, hexagon, plus, and pentagon.
Inheritance
System.Object
ChartScatterShapeType
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public sealed class ChartScatterShapeType : Enum
Fields
Cross
Renders Cross symbol
Declaration
public const ChartScatterShapeType Cross
Field Value
Type |
---|
ChartScatterShapeType |
Diamond
Renders Diamond symbol
Declaration
public const ChartScatterShapeType Diamond
Field Value
Type |
---|
ChartScatterShapeType |
Ellipse
Renders Ellipse symbol
Declaration
public const ChartScatterShapeType Ellipse
Field Value
Type |
---|
ChartScatterShapeType |
Hexagon
Renders Hexagon symbol
Declaration
public const ChartScatterShapeType Hexagon
Field Value
Type |
---|
ChartScatterShapeType |
InvertedTriangle
Renders InvertedTriangle symbol
Declaration
public const ChartScatterShapeType InvertedTriangle
Field Value
Type |
---|
ChartScatterShapeType |
Pentagon
Renders Pentagon symbol
Declaration
public const ChartScatterShapeType Pentagon
Field Value
Type |
---|
ChartScatterShapeType |
Plus
Renders Plus symbol
Declaration
public const ChartScatterShapeType Plus
Field Value
Type |
---|
ChartScatterShapeType |
Rectangle
Renders Rectangle symbol
Declaration
public const ChartScatterShapeType Rectangle
Field Value
Type |
---|
ChartScatterShapeType |
Triangle
Renders Triangle symbol
Declaration
public const ChartScatterShapeType Triangle
Field Value
Type |
---|
ChartScatterShapeType |