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 |