Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFChartDataMarkerType

    Represents the icon for the data marker.

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

    Fields

    Cross

    Renders Cross symbol.

    Declaration
    public const SFChartDataMarkerType Cross
    Field Value
    Type Description
    SFChartDataMarkerType

    Diamond

    Renders Diamond symbol.

    Declaration
    public const SFChartDataMarkerType Diamond
    Field Value
    Type Description
    SFChartDataMarkerType

    Ellipse

    Renders Ellipse symbol.

    Declaration
    public const SFChartDataMarkerType Ellipse
    Field Value
    Type Description
    SFChartDataMarkerType

    Hexagon

    Renders Hexagon symbol.

    Declaration
    public const SFChartDataMarkerType Hexagon
    Field Value
    Type Description
    SFChartDataMarkerType

    HorizontalLine

    Renders HorizontalLine symbol.

    Declaration
    public const SFChartDataMarkerType HorizontalLine
    Field Value
    Type Description
    SFChartDataMarkerType

    InvertedTriangle

    Renders InvertedTriangle symbol.

    Declaration
    public const SFChartDataMarkerType InvertedTriangle
    Field Value
    Type Description
    SFChartDataMarkerType

    Pentagon

    Renders Pentagon symbol.

    Declaration
    public const SFChartDataMarkerType Pentagon
    Field Value
    Type Description
    SFChartDataMarkerType

    Plus

    Renders Plus symbol.

    Declaration
    public const SFChartDataMarkerType Plus
    Field Value
    Type Description
    SFChartDataMarkerType

    Square

    Renders Square symbol.

    Declaration
    public const SFChartDataMarkerType Square
    Field Value
    Type Description
    SFChartDataMarkerType

    Triangle

    Renders Triangle symbol.

    Declaration
    public const SFChartDataMarkerType Triangle
    Field Value
    Type Description
    SFChartDataMarkerType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    VerticalLine

    Renders VerticalLine symbol.

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