menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartShape - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartShape

    Defines the shape of marker. They are: Circle - Renders a circle. Rectangle - Renders a rectangle. Triangle - Renders a triangle. Diamond - Renders a diamond. Cross - Renders a cross. Plus - Renders a Plus. HorizontalLine - Renders a horizontalLine. VerticalLine - Renders a verticalLine. Pentagon- Renders a pentagon. InvertedTriangle - Renders a invertedTriangle. Image - Renders a image.

    Inheritance
    System.Object
    ChartShape
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class ChartShape : Enum

    Fields

    Circle

    Declaration
    public const ChartShape Circle
    Field Value
    Type
    ChartShape

    Cross

    Declaration
    public const ChartShape Cross
    Field Value
    Type
    ChartShape

    Diamond

    Declaration
    public const ChartShape Diamond
    Field Value
    Type
    ChartShape

    HorizontalLine

    Declaration
    public const ChartShape HorizontalLine
    Field Value
    Type
    ChartShape

    Image

    Declaration
    public const ChartShape Image
    Field Value
    Type
    ChartShape

    InvertedTriangle

    Declaration
    public const ChartShape InvertedTriangle
    Field Value
    Type
    ChartShape

    None

    Declaration
    public const ChartShape None
    Field Value
    Type
    ChartShape

    Pentagon

    Declaration
    public const ChartShape Pentagon
    Field Value
    Type
    ChartShape

    Plus

    Declaration
    public const ChartShape Plus
    Field Value
    Type
    ChartShape

    Rectangle

    Declaration
    public const ChartShape Rectangle
    Field Value
    Type
    ChartShape

    Star

    Declaration
    public const ChartShape Star
    Field Value
    Type
    ChartShape

    Triangle

    Declaration
    public const ChartShape Triangle
    Field Value
    Type
    ChartShape

    VerticalLine

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