Class OrientationType
Defines the orientation of the bullet chart.
Inheritance
System.Object
OrientationType
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class OrientationType : Enum
Fields
Horizontal
Specifies the render bullet chart in horizontal orientation.
Declaration
public const OrientationType Horizontal
Field Value
Type |
---|
OrientationType |
Vertical
Specifies the render bullet chart in vertical orientation.
Declaration
public const OrientationType Vertical
Field Value
Type |
---|
OrientationType |