Class SelectionPattern
Specifies the highlighting or selecting patterns.
Inheritance
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SelectionPattern : Enum
Fields
Box
Defines the box as highlighting or selecting pattern.
Declaration
public const SelectionPattern Box
Field Value
Type |
---|
SelectionPattern |
Bubble
Defines the bubble as highlighting or selecting pattern.
Declaration
public const SelectionPattern Bubble
Field Value
Type |
---|
SelectionPattern |
Chessboard
Defines the chessboard as highlighting or selecting pattern.
Declaration
public const SelectionPattern Chessboard
Field Value
Type |
---|
SelectionPattern |
Circle
Defines the circle as highlighting or selecting pattern.
Declaration
public const SelectionPattern Circle
Field Value
Type |
---|
SelectionPattern |
Crosshatch
Defines the crosshatch as highlighting or selecting pattern.
Declaration
public const SelectionPattern Crosshatch
Field Value
Type |
---|
SelectionPattern |
DiagonalBackward
Defines the diagonal backward as highlighting or selecting pattern.
Declaration
public const SelectionPattern DiagonalBackward
Field Value
Type |
---|
SelectionPattern |
DiagonalForward
Defines the diagonal forward as highlighting or selecting pattern.
Declaration
public const SelectionPattern DiagonalForward
Field Value
Type |
---|
SelectionPattern |
Dots
Defines the dots as highlighting or selecting pattern.
Declaration
public const SelectionPattern Dots
Field Value
Type |
---|
SelectionPattern |
Grid
Defines the grid as highlighting or selecting pattern.
Declaration
public const SelectionPattern Grid
Field Value
Type |
---|
SelectionPattern |
HorizontalDash
Defines the horizontal dash as highlighting or selecting pattern.
Declaration
public const SelectionPattern HorizontalDash
Field Value
Type |
---|
SelectionPattern |
HorizontalStripe
Defines the horizontal stripe as highlighting or selecting pattern.
Declaration
public const SelectionPattern HorizontalStripe
Field Value
Type |
---|
SelectionPattern |
None
Defines the none as highlighting or selecting pattern.
Declaration
public const SelectionPattern None
Field Value
Type |
---|
SelectionPattern |
Pacman
Defines the pacman highlighting or selecting pattern.
Declaration
public const SelectionPattern Pacman
Field Value
Type |
---|
SelectionPattern |
Rectangle
Defines the rectangle as highlighting or selecting pattern.
Declaration
public const SelectionPattern Rectangle
Field Value
Type |
---|
SelectionPattern |
Star
Defines the star as highlighting or selecting pattern.
Declaration
public const SelectionPattern Star
Field Value
Type |
---|
SelectionPattern |
Tile
Defines the tile as highlighting or selecting pattern.
Declaration
public const SelectionPattern Tile
Field Value
Type |
---|
SelectionPattern |
Triangle
Defines the triangle as highlighting or selecting pattern.
Declaration
public const SelectionPattern Triangle
Field Value
Type |
---|
SelectionPattern |
Turquoise
Defines the turquoise as highlighting or selecting pattern.
Declaration
public const SelectionPattern Turquoise
Field Value
Type |
---|
SelectionPattern |
VerticalDash
Defines the vertical dash as highlighting or selecting pattern.
Declaration
public const SelectionPattern VerticalDash
Field Value
Type |
---|
SelectionPattern |
VerticalStripe
Defines the vertical stripe as highlighting or selecting pattern.
Declaration
public const SelectionPattern VerticalStripe
Field Value
Type |
---|
SelectionPattern |