Class TargetType
Defines the rext anchor of bullet chart.
Inheritance
System.Object
TargetType
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TargetType : Enum
Fields
Circle
Specifies target type is circle.
Declaration
public const TargetType Circle
Field Value
Type |
---|
TargetType |
Cross
Specifies target type is cross.
Declaration
public const TargetType Cross
Field Value
Type |
---|
TargetType |
Rect
Specifies target type is rect.
Declaration
public const TargetType Rect
Field Value
Type |
---|
TargetType |