alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartSymbolShape

    Specifies the various available symbols that may be displayed at a ChartPoint.

    Inheritance
    System.Object
    ChartSymbolShape
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public sealed class ChartSymbolShape : Enum

    Fields

    Arrow

    Arrow is displayed.

    Declaration
    public const ChartSymbolShape Arrow
    Field Value
    Type
    ChartSymbolShape

    Circle

    Circle is displayed.

    Declaration
    public const ChartSymbolShape Circle
    Field Value
    Type
    ChartSymbolShape

    Cross

    Cross is displayed.

    Declaration
    public const ChartSymbolShape Cross
    Field Value
    Type
    ChartSymbolShape

    Diamond

    Diamond is displayed.

    Declaration
    public const ChartSymbolShape Diamond
    Field Value
    Type
    ChartSymbolShape

    Hexagon

    Hexagon is displayed.

    Declaration
    public const ChartSymbolShape Hexagon
    Field Value
    Type
    ChartSymbolShape

    HorizLine

    Horizontal Line is displayed.

    Declaration
    public const ChartSymbolShape HorizLine
    Field Value
    Type
    ChartSymbolShape

    Image

    Image specified in ImageIndex is displayed.

    Declaration
    public const ChartSymbolShape Image
    Field Value
    Type
    ChartSymbolShape

    InvertedArrow

    Inverted Arrow is displayed.

    Declaration
    public const ChartSymbolShape InvertedArrow
    Field Value
    Type
    ChartSymbolShape

    InvertedTriangle

    Inverted triangle is displayed.

    Declaration
    public const ChartSymbolShape InvertedTriangle
    Field Value
    Type
    ChartSymbolShape

    None

    No symbol is displayed.

    Declaration
    public const ChartSymbolShape None
    Field Value
    Type
    ChartSymbolShape

    Pentagon

    Pentagon is displayed.

    Declaration
    public const ChartSymbolShape Pentagon
    Field Value
    Type
    ChartSymbolShape

    Square

    Square is displayed.

    Declaration
    public const ChartSymbolShape Square
    Field Value
    Type
    ChartSymbolShape

    Star

    Star is displayed.

    Declaration
    public const ChartSymbolShape Star
    Field Value
    Type
    ChartSymbolShape

    Triangle

    Triangle is displayed.

    Declaration
    public const ChartSymbolShape Triangle
    Field Value
    Type
    ChartSymbolShape

    VertLine

    Vertical Line is displayed.

    Declaration
    public const ChartSymbolShape VertLine
    Field Value
    Type
    ChartSymbolShape
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved