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