Class ChartSymbol

    Show / Hide Table of Contents

    Class ChartSymbol

    Represents the data marker types.

    Inheritance
    System.Object
    ChartSymbol
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public sealed class ChartSymbol : Enum

    Fields

    Cross

    Renders Cross symbol

    Declaration
    public const ChartSymbol Cross
    Field Value
    Type Description
    ChartSymbol

    Custom

    Custom option to set User-defined SymbolTemplates

    Declaration
    public const ChartSymbol Custom
    Field Value
    Type Description
    ChartSymbol

    Diamond

    Renders Diamond symbol

    Declaration
    public const ChartSymbol Diamond
    Field Value
    Type Description
    ChartSymbol

    Ellipse

    Renders Ellipse symbol

    Declaration
    public const ChartSymbol Ellipse
    Field Value
    Type Description
    ChartSymbol

    Hexagon

    Renders Hexagon symbol

    Declaration
    public const ChartSymbol Hexagon
    Field Value
    Type Description
    ChartSymbol

    HorizontalLine

    Renders HorizontalLine symbol

    Declaration
    public const ChartSymbol HorizontalLine
    Field Value
    Type Description
    ChartSymbol

    InvertedTriangle

    Renders InvertedTriangle symbol

    Declaration
    public const ChartSymbol InvertedTriangle
    Field Value
    Type Description
    ChartSymbol

    Pentagon

    Renders Pentagon symbol

    Declaration
    public const ChartSymbol Pentagon
    Field Value
    Type Description
    ChartSymbol

    Plus

    Renders Plus symbol

    Declaration
    public const ChartSymbol Plus
    Field Value
    Type Description
    ChartSymbol

    Square

    Renders Square symbol

    Declaration
    public const ChartSymbol Square
    Field Value
    Type Description
    ChartSymbol

    Triangle

    Renders Traingle symbol

    Declaration
    public const ChartSymbol Triangle
    Field Value
    Type Description
    ChartSymbol

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    VerticalLine

    Renders VerticalLine symbol

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