alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ChartLegendItemType

    Specifies the actual symbol rendered inside the legend box for a series based on hints / specifications given with ChartLegendRepresentationType.

    Inheritance
    System.Object
    ChartLegendItemType
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public sealed class ChartLegendItemType : Enum

    Fields

    Area

    Visual representation is an area chart.

    Declaration
    public const ChartLegendItemType Area
    Field Value
    Type
    ChartLegendItemType

    Circle

    Visual representation is a circle.

    Declaration
    public const ChartLegendItemType Circle
    Field Value
    Type
    ChartLegendItemType

    Cross

    Visual representation is a cross.

    Declaration
    public const ChartLegendItemType Cross
    Field Value
    Type
    ChartLegendItemType

    Diamond

    Visual representation is a diamond.

    Declaration
    public const ChartLegendItemType Diamond
    Field Value
    Type
    ChartLegendItemType

    Hexagon

    Visual representation is a hexagon.

    Declaration
    public const ChartLegendItemType Hexagon
    Field Value
    Type
    ChartLegendItemType

    Image

    Visual representation is an image.

    Declaration
    public const ChartLegendItemType Image
    Field Value
    Type
    ChartLegendItemType

    InvertedTriangle

    Visual representation is an inverted triangle.

    Declaration
    public const ChartLegendItemType InvertedTriangle
    Field Value
    Type
    ChartLegendItemType

    Line

    Visual representation is a line.

    Declaration
    public const ChartLegendItemType Line
    Field Value
    Type
    ChartLegendItemType

    None

    Visual representation is empty.

    Declaration
    public const ChartLegendItemType None
    Field Value
    Type
    ChartLegendItemType

    Pentagon

    Visual representation is a pentagon.

    Declaration
    public const ChartLegendItemType Pentagon
    Field Value
    Type
    ChartLegendItemType

    PieSlice

    Visual representation is a pie slice.

    Declaration
    public const ChartLegendItemType PieSlice
    Field Value
    Type
    ChartLegendItemType

    Rectangle

    Visual representation is a rectangle.

    Declaration
    public const ChartLegendItemType Rectangle
    Field Value
    Type
    ChartLegendItemType

    Spline

    Visual representation is a spline.

    Declaration
    public const ChartLegendItemType Spline
    Field Value
    Type
    ChartLegendItemType

    SplineArea

    Visual representation is a spline area.

    Declaration
    public const ChartLegendItemType SplineArea
    Field Value
    Type
    ChartLegendItemType

    StraightLine

    Visual representation is a Straight area.

    Declaration
    public const ChartLegendItemType StraightLine
    Field Value
    Type
    ChartLegendItemType

    Triangle

    Visual representation is a triangle.

    Declaration
    public const ChartLegendItemType Triangle
    Field Value
    Type
    ChartLegendItemType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved