Class BulletChartCommonFont
BulletChartCommonFont Class.
Inheritance
System.Object
BulletChartCommonFont
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class BulletChartCommonFont : SfBaseComponent
Constructors
BulletChartCommonFont()
Declaration
public BulletChartCommonFont()
Properties
Color
Sets and gets the color of the text.
Declaration
public string Color { get; set; }
Property Value
Type |
---|
System.String |
EnableRangeColor
Sets and gets the range color of the text.
Declaration
public bool EnableRangeColor { get; set; }
Property Value
Type |
---|
System.Boolean |
FontFamily
Sets and gets the font family of the text.
Declaration
public string FontFamily { get; set; }
Property Value
Type |
---|
System.String |
FontStyle
Sets and gets the font style of the text.
Declaration
public string FontStyle { get; set; }
Property Value
Type |
---|
System.String |
FontWeight
Sets and gets the font weight of the text.
Declaration
public string FontWeight { get; set; }
Property Value
Type |
---|
System.String |
MaximumTitleWidth
Sets and gets the maximum label width of the text.
Declaration
public double MaximumTitleWidth { get; set; }
Property Value
Type |
---|
System.Double |
Opacity
Sets and gets the opacity of the text.
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |
Size
Sets and gets the font size of the text.
Declaration
public string Size { get; set; }
Property Value
Type |
---|
System.String |
TextAlignment
Sets and gets the text alignment of the text.
Declaration
public Alignment TextAlignment { get; set; }
Property Value
Type |
---|
Alignment |
TextOverflow
Sets and gets the chart text overflow option.
Declaration
public TextOverflow TextOverflow { get; set; }
Property Value
Type |
---|
TextOverflow |