MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeType

    Show / Hide Table of Contents

    Class ShapeType

    Represents scatter shape types.

    Inheritance
    System.Object
    ShapeType
    Namespace: Syncfusion.Maui.Charts
    Assembly: Syncfusion.Maui.Charts.dll
    Syntax
    public sealed class ShapeType : Enum

    Fields

    Circle

    Indicates to render circle symbol.

    Declaration
    public const ShapeType Circle
    Field Value
    Type Description
    ShapeType

    Cross

    Indicates to render rectangle symbol.

    Declaration
    public const ShapeType Cross
    Field Value
    Type Description
    ShapeType

    Custom

    Custom option to set User-defined symbol.

    Declaration
    public const ShapeType Custom
    Field Value
    Type Description
    ShapeType

    Diamond

    Indicates to render diamond symbol.

    Declaration
    public const ShapeType Diamond
    Field Value
    Type Description
    ShapeType

    Hexagon

    Indicates to render hexagon symbol.

    Declaration
    public const ShapeType Hexagon
    Field Value
    Type Description
    ShapeType

    HorizontalLine

    Indicates to render horizontal line symbol.

    Declaration
    public const ShapeType HorizontalLine
    Field Value
    Type Description
    ShapeType

    InvertedTriangle

    Indicates to render cross symbol.

    Declaration
    public const ShapeType InvertedTriangle
    Field Value
    Type Description
    ShapeType

    Pentagon

    Indicates to render pentagon symbol.

    Declaration
    public const ShapeType Pentagon
    Field Value
    Type Description
    ShapeType

    Plus

    Indicates to render plus symbol.

    Declaration
    public const ShapeType Plus
    Field Value
    Type Description
    ShapeType

    Rectangle

    Indicates to render rectangle symbol.

    Declaration
    public const ShapeType Rectangle
    Field Value
    Type Description
    ShapeType

    Triangle

    Indicates to render triangle symbol.

    Declaration
    public const ShapeType Triangle
    Field Value
    Type Description
    ShapeType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    VerticalLine

    Indicates to render vertical line symbol.

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