Class LegendShape
Defines the shape of legend. They are:
Circle - Renders a circle.
Rectangle - Renders a rectangle.
Triangle - Renders a triangle.
Diamond - Renders a diamond.
Cross - Renders a cross.
HorizontalLine - Renders a horizontalLine.
VerticalLine - Renders a verticalLine.
Pentagon - Renders a pentagon.
InvertedTriangle - Renders a invertedTriangle.
SeriesType -Render a legend shape based on series type.
Image - Renders a image.
Inheritance
System.Object
LegendShape
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class LegendShape : Enum
Fields
ActualRect
Declaration
public const LegendShape ActualRect
Field Value
Circle
Declaration
public const LegendShape Circle
Field Value
Cross
Declaration
public const LegendShape Cross
Field Value
Diamond
Declaration
public const LegendShape Diamond
Field Value
HorizontalLine
Declaration
public const LegendShape HorizontalLine
Field Value
Image
Declaration
public const LegendShape Image
Field Value
InvertedTriangle
Declaration
public const LegendShape InvertedTriangle
Field Value
Multiply
Declaration
public const LegendShape Multiply
Field Value
Pentagon
Declaration
public const LegendShape Pentagon
Field Value
Rectangle
Declaration
public const LegendShape Rectangle
Field Value
SeriesType
Declaration
public const LegendShape SeriesType
Field Value
TargetRect
Declaration
public const LegendShape TargetRect
Field Value
Triangle
Declaration
public const LegendShape Triangle
Field Value
VerticalLine
Declaration
public const LegendShape VerticalLine
Field Value