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
Applies a box pattern for highlighting or selecting.
Declaration
public const SelectionPattern Box
Field Value
Type |
---|
SelectionPattern |
Bubble
Applies a bubble pattern for highlighting or selecting.
Declaration
public const SelectionPattern Bubble
Field Value
Type |
---|
SelectionPattern |
Chessboard
Applies a chessboard pattern for highlighting or selecting.
Declaration
public const SelectionPattern Chessboard
Field Value
Type |
---|
SelectionPattern |
Circle
Applies a circle pattern for highlighting or selecting.
Declaration
public const SelectionPattern Circle
Field Value
Type |
---|
SelectionPattern |
Crosshatch
Applies a crosshatch pattern for highlighting or selecting.
Declaration
public const SelectionPattern Crosshatch
Field Value
Type |
---|
SelectionPattern |
DiagonalBackward
Applies a diagonal backward line pattern for highlighting or selecting.
Declaration
public const SelectionPattern DiagonalBackward
Field Value
Type |
---|
SelectionPattern |
DiagonalForward
Applies a diagonal forward line pattern for highlighting or selecting.
Declaration
public const SelectionPattern DiagonalForward
Field Value
Type |
---|
SelectionPattern |
Dots
Applies a dot pattern for highlighting or selecting.
Declaration
public const SelectionPattern Dots
Field Value
Type |
---|
SelectionPattern |
Grid
Applies a grid pattern for highlighting or selecting.
Declaration
public const SelectionPattern Grid
Field Value
Type |
---|
SelectionPattern |
HorizontalDash
Applies a horizontal dash pattern for highlighting or selecting.
Declaration
public const SelectionPattern HorizontalDash
Field Value
Type |
---|
SelectionPattern |
HorizontalStripe
Applies a horizontal stripe pattern for highlighting or selecting.
Declaration
public const SelectionPattern HorizontalStripe
Field Value
Type |
---|
SelectionPattern |
None
No pattern is applied for highlighting or selecting.
Declaration
public const SelectionPattern None
Field Value
Type |
---|
SelectionPattern |
Pacman
Applies a pacman pattern for highlighting or selecting.
Declaration
public const SelectionPattern Pacman
Field Value
Type |
---|
SelectionPattern |
Rectangle
Applies a rectangle pattern for highlighting or selecting.
Declaration
public const SelectionPattern Rectangle
Field Value
Type |
---|
SelectionPattern |
Star
Applies a star pattern for highlighting or selecting.
Declaration
public const SelectionPattern Star
Field Value
Type |
---|
SelectionPattern |
Tile
Applies a tile pattern for highlighting or selecting.
Declaration
public const SelectionPattern Tile
Field Value
Type |
---|
SelectionPattern |
Triangle
Applies a triangle pattern for highlighting or selecting.
Declaration
public const SelectionPattern Triangle
Field Value
Type |
---|
SelectionPattern |
Turquoise
Applies a turquoise pattern for highlighting or selecting.
Declaration
public const SelectionPattern Turquoise
Field Value
Type |
---|
SelectionPattern |
VerticalDash
Applies a vertical dash pattern for highlighting or selecting.
Declaration
public const SelectionPattern VerticalDash
Field Value
Type |
---|
SelectionPattern |
VerticalStripe
Applies a vertical stripe pattern for highlighting or selecting.
Declaration
public const SelectionPattern VerticalStripe
Field Value
Type |
---|
SelectionPattern |