Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ChartSymbolType

    Represents the shape types of a BoxAndWhiskerSeries symbol such as cross, diamond, ellipse, hexagon, plus, and pentagon.

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

    Fields

    Cross

    Renders Cross symbol

    Declaration
    public const ChartSymbolType Cross
    Field Value
    Type Description
    ChartSymbolType

    Diamond

    Renders Diamond symbol

    Declaration
    public const ChartSymbolType Diamond
    Field Value
    Type Description
    ChartSymbolType

    Ellipse

    Renders Ellipse symbol

    Declaration
    public const ChartSymbolType Ellipse
    Field Value
    Type Description
    ChartSymbolType

    Hexagon

    Renders Hexagon symbol

    Declaration
    public const ChartSymbolType Hexagon
    Field Value
    Type Description
    ChartSymbolType

    InvertedTriangle

    Renders InvertedTriangle symbol

    Declaration
    public const ChartSymbolType InvertedTriangle
    Field Value
    Type Description
    ChartSymbolType

    Pentagon

    Renders Pentagon symbol

    Declaration
    public const ChartSymbolType Pentagon
    Field Value
    Type Description
    ChartSymbolType

    Plus

    Renders Plus symbol

    Declaration
    public const ChartSymbolType Plus
    Field Value
    Type Description
    ChartSymbolType

    Rectangle

    Renders Rectangle symbol

    Declaration
    public const ChartSymbolType Rectangle
    Field Value
    Type Description
    ChartSymbolType

    Triangle

    Renders Triangle symbol

    Declaration
    public const ChartSymbolType Triangle
    Field Value
    Type Description
    ChartSymbolType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved