Class SparklineFontModel
Interface for a class SparklineFont
Inheritance
System.Object
SparklineFontModel
Implements
System.IEquatable<SparklineFontModel>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SparklineFontModel : Object, IEquatable<SparklineFontModel>
Constructors
SparklineFontModel()
Declaration
public SparklineFontModel()
Properties
Color
Color for the text.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
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 |
Methods
Equals(SparklineFontModel)
Returns a boolean by comparing with sparklineFontModel
Declaration
public bool Equals(SparklineFontModel sparklineFontModel)
Parameters
Type | Name | Description |
---|---|---|
SparklineFontModel | sparklineFontModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>