menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LegendMode - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class LegendMode : Enum

    Fields

    Gradient

    Declaration
    public const LegendMode Gradient
    Field Value
    Type
    LegendMode

    Point

    Declaration
    public const LegendMode Point
    Field Value
    Type
    LegendMode

    Range

    Declaration
    public const LegendMode Range
    Field Value
    Type
    LegendMode

    Series

    Declaration
    public const LegendMode Series
    Field Value
    Type
    LegendMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved