Blazor

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

    Show / Hide Table of Contents

    Class Shape

    Defines the shape of legend. They are Circle - Renders a circle. Rectangle - Renders a rectangle. Triangle - Renders a triangle. Diamond - Renders a diamond. Pentagon - Renders a pentagon.

    Inheritance
    System.Object
    Shape
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class Shape : Enum

    Fields

    Circle

    Circle - Renders a circle.

    Declaration
    public const Shape Circle
    Field Value
    Type Description
    Shape

    Diamond

    Diamond - Renders a diamond.

    Declaration
    public const Shape Diamond
    Field Value
    Type Description
    Shape

    Pentagon

    Pentagon - Renders a pentagon.

    Declaration
    public const Shape Pentagon
    Field Value
    Type Description
    Shape

    Rectangle

    Rectangle - Renders a rectangle.

    Declaration
    public const Shape Rectangle
    Field Value
    Type Description
    Shape

    Triangle

    Triangle - Renders a triangle.

    Declaration
    public const Shape Triangle
    Field Value
    Type Description
    Shape

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved