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