Class ChartLegendRepresentationType
Specifies the representation symbol that is to be used inside the legend box for a series.
Inheritance
System.Object
ChartLegendRepresentationType
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartLegendRepresentationType : Enum
Fields
Circle
A circle will be rendered.
Declaration
public const ChartLegendRepresentationType Circle
Field Value
| Type |
|---|
| ChartLegendRepresentationType |
Cross
A cross will be rendered.
Declaration
public const ChartLegendRepresentationType Cross
Field Value
| Type |
|---|
| ChartLegendRepresentationType |
Diamond
A diamond will be rendered.
Declaration
public const ChartLegendRepresentationType Diamond
Field Value
| Type |
|---|
| ChartLegendRepresentationType |
Hexagon
A hexagon will be rendered.
Declaration
public const ChartLegendRepresentationType Hexagon
Field Value
| Type |
|---|
| ChartLegendRepresentationType |
InvertedTriangle
An inverted triangle will be rendered.
Declaration
public const ChartLegendRepresentationType InvertedTriangle
Field Value
| Type |
|---|
| ChartLegendRepresentationType |
Line
A line will be rendered.
Declaration
public const ChartLegendRepresentationType Line
Field Value
| Type |
|---|
| ChartLegendRepresentationType |
None
A visual representation will be none.
Declaration
public const ChartLegendRepresentationType None
Field Value
| Type |
|---|
| ChartLegendRepresentationType |
Pentagon
A pentagon will be rendered.
Declaration
public const ChartLegendRepresentationType Pentagon
Field Value
| Type |
|---|
| ChartLegendRepresentationType |
Rectangle
A rectangle will be rendered.
Declaration
public const ChartLegendRepresentationType Rectangle
Field Value
| Type |
|---|
| ChartLegendRepresentationType |
SeriesImage
The image associated with the series type will be rendered.
Declaration
public const ChartLegendRepresentationType SeriesImage
Field Value
| Type |
|---|
| ChartLegendRepresentationType |
SeriesType
A visual representation of the series type will be rendered.
Declaration
public const ChartLegendRepresentationType SeriesType
Field Value
| Type |
|---|
| ChartLegendRepresentationType |
StraightLine
A straight line will be rendered.
Declaration
public const ChartLegendRepresentationType StraightLine
Field Value
| Type |
|---|
| ChartLegendRepresentationType |
Triangle
A triangle will be rendered.
Declaration
public const ChartLegendRepresentationType Triangle
Field Value
| Type |
|---|
| ChartLegendRepresentationType |