menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartLegendIcon - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartLegendIcon

    Represents the icon for the chart legend such as Rectangle, Circle, Diamond, Hexagon, Pentagon, etc.

    Inheritance
    System.Object
    ChartLegendIcon
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public sealed class ChartLegendIcon : Enum

    Fields

    Circle

    Renders the Circle

    Declaration
    public const ChartLegendIcon Circle
    Field Value
    Type
    ChartLegendIcon

    Cross

    Renders the Cross

    Declaration
    public const ChartLegendIcon Cross
    Field Value
    Type
    ChartLegendIcon

    Diamond

    Renders the Diamond

    Declaration
    public const ChartLegendIcon Diamond
    Field Value
    Type
    ChartLegendIcon

    Hexagon

    Renders the Hexagon

    Declaration
    public const ChartLegendIcon Hexagon
    Field Value
    Type
    ChartLegendIcon

    InvertedTriangle

    Renders the Inverted Triangle

    Declaration
    public const ChartLegendIcon InvertedTriangle
    Field Value
    Type
    ChartLegendIcon

    None

    Renders no icon. This is default option.

    Declaration
    public const ChartLegendIcon None
    Field Value
    Type
    ChartLegendIcon

    Pentagon

    Renders the Pentagon

    Declaration
    public const ChartLegendIcon Pentagon
    Field Value
    Type
    ChartLegendIcon

    Plus

    Renders the Plus

    Declaration
    public const ChartLegendIcon Plus
    Field Value
    Type
    ChartLegendIcon

    Rectangle

    Renders the Rectangular Icon

    Declaration
    public const ChartLegendIcon Rectangle
    Field Value
    Type
    ChartLegendIcon

    SeriesType

    Renders the shape of Series type

    Declaration
    public const ChartLegendIcon SeriesType
    Field Value
    Type
    ChartLegendIcon

    StraightLine

    Renders the Straight Line

    Declaration
    public const ChartLegendIcon StraightLine
    Field Value
    Type
    ChartLegendIcon

    Triangle

    Renders the Triangle

    Declaration
    public const ChartLegendIcon Triangle
    Field Value
    Type
    ChartLegendIcon

    VerticalLine

    Renders the VerticalLine

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