Class BulletChartCommonBorder
Sets and gets the options for customizing the color and width of the buller chart component border.
Inheritance
System.Object
BulletChartCommonBorder
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class BulletChartCommonBorder : SfBaseComponent
Constructors
BulletChartCommonBorder()
Declaration
public BulletChartCommonBorder()
Properties
Color
Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.
Declaration
public string Color { get; set; }
Property Value
Type |
---|
System.String |
Width
Sets and gets the width of the border in the bullet chart component.
Declaration
public virtual double Width { get; set; }
Property Value
Type |
---|
System.Double |