Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ExcelChartMarkerType

    Specifies the marker style for a point or series in a line chart, scatter chart, or radar chart.

    Inheritance
    System.Object
    ExcelChartMarkerType
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ExcelChartMarkerType : Enum

    Fields

    Circle

    Circular markers.

    Declaration
    public const ExcelChartMarkerType Circle
    Field Value
    Type Description
    ExcelChartMarkerType

    Diamond

    Diamond-shaped markers.

    Declaration
    public const ExcelChartMarkerType Diamond
    Field Value
    Type Description
    ExcelChartMarkerType

    DowJones

    Represents the Dow Jones style in the custom marker option for Chart lines.

    Declaration
    public const ExcelChartMarkerType DowJones
    Field Value
    Type Description
    ExcelChartMarkerType

    None

    No markers.

    Declaration
    public const ExcelChartMarkerType None
    Field Value
    Type Description
    ExcelChartMarkerType

    PlusSign

    Square markers with a plus sign.

    Declaration
    public const ExcelChartMarkerType PlusSign
    Field Value
    Type Description
    ExcelChartMarkerType

    Square

    Square markers.

    Declaration
    public const ExcelChartMarkerType Square
    Field Value
    Type Description
    ExcelChartMarkerType

    StandardDeviation

    Represents the Standard Deviation style in the custom marker option for Chart lines.

    Declaration
    public const ExcelChartMarkerType StandardDeviation
    Field Value
    Type Description
    ExcelChartMarkerType

    Star

    Square markers with an asterisk.

    Declaration
    public const ExcelChartMarkerType Star
    Field Value
    Type Description
    ExcelChartMarkerType

    Triangle

    Triangular markers.

    Declaration
    public const ExcelChartMarkerType Triangle
    Field Value
    Type Description
    ExcelChartMarkerType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    X

    Square markers with an X.

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