alexa
menu

    Show / Hide Table of Contents

    Class ChartSymbol

    Represents the set of adornment marker symbol types that define marker shape and appearance within chart adornments.

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

    Fields

    Cross

    Renders a cross shaped marker symbol

    Declaration
    public const ChartSymbol Cross
    Field Value
    Type
    ChartSymbol

    Custom

    Custom option to set User-defined SymbolTemplates

    Declaration
    public const ChartSymbol Custom
    Field Value
    Type
    ChartSymbol

    Diamond

    Renders a diamond shaped marker symbol

    Declaration
    public const ChartSymbol Diamond
    Field Value
    Type
    ChartSymbol

    Ellipse

    Renders an ellipse shaped marker symbol

    Declaration
    public const ChartSymbol Ellipse
    Field Value
    Type
    ChartSymbol

    Hexagon

    Renders a hexagon shaped marker symbol

    Declaration
    public const ChartSymbol Hexagon
    Field Value
    Type
    ChartSymbol

    HorizontalLine

    Renders a horizontal line marker symbol

    Declaration
    public const ChartSymbol HorizontalLine
    Field Value
    Type
    ChartSymbol

    InvertedTriangle

    Renders an inverted triangle shaped marker symbol

    Declaration
    public const ChartSymbol InvertedTriangle
    Field Value
    Type
    ChartSymbol

    Pentagon

    Renders a pentagon shaped marker symbol

    Declaration
    public const ChartSymbol Pentagon
    Field Value
    Type
    ChartSymbol

    Plus

    Renders a plus shaped marker symbol

    Declaration
    public const ChartSymbol Plus
    Field Value
    Type
    ChartSymbol

    Square

    Renders a square shaped marker symbol

    Declaration
    public const ChartSymbol Square
    Field Value
    Type
    ChartSymbol

    Triangle

    Renders a triangle shaped marker symbol

    Declaration
    public const ChartSymbol Triangle
    Field Value
    Type
    ChartSymbol

    VerticalLine

    Renders a vertical line marker symbol

    Declaration
    public const ChartSymbol VerticalLine
    Field Value
    Type
    ChartSymbol

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved