Class BulletChartRange
Sets and gets for customizing the range color properties of the bullet chart component.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class BulletChartRange : SfBaseComponent
Constructors
BulletChartRange()
Declaration
public BulletChartRange()
Properties
Color
Sets and gets the color of the range.
Declaration
public string Color { get; set; }
Property Value
Type |
---|
System.String |
End
Sets and gets the end value of the range.
Declaration
public double End { get; set; }
Property Value
Type |
---|
System.Double |
Name
Sets and gets the name of the range.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Opacity
Sets and gets the opacity of the range for the color.
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.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
public LegendShape Shape { get; set; }
Property Value
Type |
---|
LegendShape |
Methods
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing the asynchronous operation. |
Overrides
OnParametersSetAsync()
Method invoked when the component has received parameters from its parent in the render tree and the incoming values have been assigned to properties.
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing the asynchronous operation. |