Blazor

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

    Show / Hide Table of Contents

    Class MarkerShape

    Sets and gets the shape of the marker in the treemap.

    Inheritance
    System.Object
    MarkerShape
    Namespace: Syncfusion.Blazor.TreeMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class MarkerShape : Enum

    Fields

    Circle

    Defines the marker shape as circle.

    Declaration
    public const MarkerShape Circle
    Field Value
    Type Description
    MarkerShape

    Cross

    Defines the marker shape as cross.

    Declaration
    public const MarkerShape Cross
    Field Value
    Type Description
    MarkerShape

    Diamond

    Defines the marker shape as diamond.

    Declaration
    public const MarkerShape Diamond
    Field Value
    Type Description
    MarkerShape

    HorizontalLine

    Defines the marker shape as horizontal line.

    Declaration
    public const MarkerShape HorizontalLine
    Field Value
    Type Description
    MarkerShape

    Image

    Defines the marker shape as image.

    Declaration
    public const MarkerShape Image
    Field Value
    Type Description
    MarkerShape

    InvertedTriangle

    Defines the marker shape as inverted triangle.

    Declaration
    public const MarkerShape InvertedTriangle
    Field Value
    Type Description
    MarkerShape

    Pentagon

    Defines the marker shape as pentagon.

    Declaration
    public const MarkerShape Pentagon
    Field Value
    Type Description
    MarkerShape

    Rectangle

    Defines the marker shape as rectangle.

    Declaration
    public const MarkerShape Rectangle
    Field Value
    Type Description
    MarkerShape

    Triangle

    Defines the marker shape as triangle.

    Declaration
    public const MarkerShape Triangle
    Field Value
    Type Description
    MarkerShape

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    VerticalLine

    Defines the marker shape as vertical line.

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