Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFChartLegendIcon

    Represents the icon for the chart legend.

    Inheritance
    System.Object
    SFChartLegendIcon
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public sealed class SFChartLegendIcon : Enum

    Fields

    Circle

    Renders the Circle.

    Declaration
    public const SFChartLegendIcon Circle
    Field Value
    Type Description
    SFChartLegendIcon

    Cross

    Renders the Cross.

    Declaration
    public const SFChartLegendIcon Cross
    Field Value
    Type Description
    SFChartLegendIcon

    Diamond

    Renders the Diamond.

    Declaration
    public const SFChartLegendIcon Diamond
    Field Value
    Type Description
    SFChartLegendIcon

    Hexagon

    Renders the Hexagon.

    Declaration
    public const SFChartLegendIcon Hexagon
    Field Value
    Type Description
    SFChartLegendIcon

    HorizontalLine

    Renders the HorizontalLine.

    Declaration
    public const SFChartLegendIcon HorizontalLine
    Field Value
    Type Description
    SFChartLegendIcon

    InvertedTriangle

    Renders the Inverted Triangle.

    Declaration
    public const SFChartLegendIcon InvertedTriangle
    Field Value
    Type Description
    SFChartLegendIcon

    None

    Renders no icon. This is default option.

    Declaration
    public const SFChartLegendIcon None
    Field Value
    Type Description
    SFChartLegendIcon

    Pentagon

    Renders the Pentagon.

    Declaration
    public const SFChartLegendIcon Pentagon
    Field Value
    Type Description
    SFChartLegendIcon

    Plus

    Renders the Plus.

    Declaration
    public const SFChartLegendIcon Plus
    Field Value
    Type Description
    SFChartLegendIcon

    Rectangle

    Renders the Rectangular Icon.

    Declaration
    public const SFChartLegendIcon Rectangle
    Field Value
    Type Description
    SFChartLegendIcon

    SeriesType

    Renders the shape of Series type.

    Declaration
    public const SFChartLegendIcon SeriesType
    Field Value
    Type Description
    SFChartLegendIcon

    Triangle

    Renders the Triangle.

    Declaration
    public const SFChartLegendIcon Triangle
    Field Value
    Type Description
    SFChartLegendIcon

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    VerticalLine

    Renders the VerticalLine.

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