ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • 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. 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 Description
    ChartShape

    Cross

    Declaration
    public const ChartShape Cross
    Field Value
    Type Description
    ChartShape

    Diamond

    Declaration
    public const ChartShape Diamond
    Field Value
    Type Description
    ChartShape

    HorizontalLine

    Declaration
    public const ChartShape HorizontalLine
    Field Value
    Type Description
    ChartShape

    Image

    Declaration
    public const ChartShape Image
    Field Value
    Type Description
    ChartShape

    InvertedTriangle

    Declaration
    public const ChartShape InvertedTriangle
    Field Value
    Type Description
    ChartShape

    None

    Declaration
    public const ChartShape None
    Field Value
    Type Description
    ChartShape

    Pentagon

    Declaration
    public const ChartShape Pentagon
    Field Value
    Type Description
    ChartShape

    Rectangle

    Declaration
    public const ChartShape Rectangle
    Field Value
    Type Description
    ChartShape

    Triangle

    Declaration
    public const ChartShape Triangle
    Field Value
    Type Description
    ChartShape

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    VerticalLine

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