Class BulletChartRange
Sets and gets for customizing the range color properties of the bullet chart component.
Inheritance
BulletChartRange
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class BulletChartRange : SfBaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
BulletChartRange()
Declaration
public BulletChartRange()
Properties
Color
Sets and gets the color of the range.
Declaration
[Parameter]
public string Color { get; set; }
Property Value
| Type |
|---|
| string |
End
Sets and gets the end value of the range.
Declaration
[Parameter]
public double End { get; set; }
Property Value
| Type |
|---|
| double |
Name
Sets and gets the name of the range.
Declaration
[Parameter]
public string Name { get; set; }
Property Value
| Type |
|---|
| string |
Opacity
Sets and gets the opacity of the range for the color.
Declaration
[Parameter]
public double Opacity { get; set; }
Property Value
| Type |
|---|
| double |
Shape
Sets and gets the shape of the legend. Each ranges has its own legend shape. They are, Circle Rectangle Triangle Diamond Cross HorizontalLine VerticalLine Pentagon InvertedTriangle.
Declaration
[Parameter]
public LegendShape Shape { get; set; }
Property Value
| Type |
|---|
| LegendShape |