Class BulletLabelStyleModel
Interface for a class BulletLabelStyle
Inheritance
System.Object
BulletLabelStyleModel
Implements
System.IEquatable<BulletLabelStyleModel>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class BulletLabelStyleModel : Object, IEquatable<BulletLabelStyleModel>
Constructors
BulletLabelStyleModel()
Declaration
public BulletLabelStyleModel()
Properties
Color
Color for the text.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnableTrim
Default value of enable trim.
Declaration
public bool EnableTrim { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FontFamily
FontFamily for the text.
Declaration
public string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontStyle
FontStyle for the text.
Declaration
public string FontStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontWeight
FontWeight for the text.
Declaration
public string FontWeight { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaximumTitleWidth
Maximum label width of the bullet chart
Declaration
public double MaximumTitleWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Opacity
Opacity for the text.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Size
Font size for the text.
Declaration
public string Size { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextAlignment
Text alignment
Declaration
public Alignment TextAlignment { get; set; }
Property Value
Type | Description |
---|---|
Alignment |
TextOverflow
Specifies the chart title text overflow
Declaration
public TextOverflow TextOverflow { get; set; }
Property Value
Type | Description |
---|---|
TextOverflow |
UseRangeColor
Range color
Declaration
public bool UseRangeColor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Equals(BulletLabelStyleModel)
Returns boolean value by comparing bulletLabelStyleModel
Declaration
public bool Equals(BulletLabelStyleModel bulletLabelStyleModel)
Parameters
Type | Name | Description |
---|---|---|
BulletLabelStyleModel | bulletLabelStyleModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>