Class SelectionPattern
Highlighting or selecting patterns in chart. They are:
None - Sets none as highlighting or selecting pattern.
Chessboard - Sets chess board as highlighting or selecting pattern.
Dots - Set dots as highlighting or selecting pattern.
DiagonalForward - Sets diagonal forward as highlighting or selecting pattern.
Crosshatch -Sets crosshatch as highlighting or selecting pattern.
Pacman - Sets pacman highlighting or selecting pattern.
Diagonalbackward - Set diagonal backward as highlighting or selecting pattern.
Grid - Set grid as highlighting or selecting pattern.
Turquoise - Sets turquoise as highlighting or selecting pattern.
Star - Sets star as highlighting or selecting pattern.
Triangle - Sets triangle as highlighting or selecting pattern.
Circle - Sets circle as highlighting or selecting pattern.
Tile - Sets tile as highlighting or selecting pattern.
Horizontaldash - Sets horizontal dash as highlighting or selecting pattern.
Verticaldash - Sets vertical dash as highlighting or selecting pattern.
Rectangle - Sets rectangle as highlighting or selecting pattern.
Box - Sets box as highlighting or selecting pattern.
Verticalstripe - Sets vertical stripe as highlighting or selecting pattern.
Horizontalstripe - Sets horizontal stripe as highlighting or selecting pattern.
Bubble - Sets bubble as highlighting or selecting pattern.
Inheritance
System.Object
SelectionPattern
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class SelectionPattern : Enum
Fields
Box
Declaration
public const SelectionPattern Box
Field Value
Bubble
Declaration
public const SelectionPattern Bubble
Field Value
Chessboard
Declaration
public const SelectionPattern Chessboard
Field Value
Circle
Declaration
public const SelectionPattern Circle
Field Value
Crosshatch
Declaration
public const SelectionPattern Crosshatch
Field Value
DiagonalBackward
Declaration
public const SelectionPattern DiagonalBackward
Field Value
DiagonalForward
Declaration
public const SelectionPattern DiagonalForward
Field Value
Dots
Declaration
public const SelectionPattern Dots
Field Value
Grid
Declaration
public const SelectionPattern Grid
Field Value
HorizontalDash
Declaration
public const SelectionPattern HorizontalDash
Field Value
HorizontalStripe
Declaration
public const SelectionPattern HorizontalStripe
Field Value
None
Declaration
public const SelectionPattern None
Field Value
Pacman
Declaration
public const SelectionPattern Pacman
Field Value
Rectangle
Declaration
public const SelectionPattern Rectangle
Field Value
Star
Declaration
public const SelectionPattern Star
Field Value
Tile
Declaration
public const SelectionPattern Tile
Field Value
Triangle
Declaration
public const SelectionPattern Triangle
Field Value
Turquoise
Declaration
public const SelectionPattern Turquoise
Field Value
VerticalDash
Declaration
public const SelectionPattern VerticalDash
Field Value
VerticalStripe
Declaration
public const SelectionPattern VerticalStripe
Field Value