Class LegendMode
Defines the mode of the legend in the chart. They are:
Series - Render legend items based on visible series.
Point - Render legend items based on points.
Range - Render legend items based on range color mapping conditions.
Gradient - Render legend items based on gradient color mapping conditions.
Inheritance
System.Object
LegendMode
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class LegendMode : Enum
Fields
Gradient
Declaration
public const LegendMode Gradient
Field Value
Point
Declaration
public const LegendMode Point
Field Value
Range
Declaration
public const LegendMode Range
Field Value
Series
Declaration
public const LegendMode Series
Field Value