Class StockChartCommonFont
StockChartCommonFont Class
Inheritance
System.Object
StockChartCommonFont
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartCommonFont : BaseComponent, IDisposable
Constructors
StockChartCommonFont()
Declaration
public StockChartCommonFont()
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 |
jsProperty
To get jsProperty
Declaration
protected override string jsProperty { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
mainParent
To get mainParent from BaseComponent
Declaration
protected override BaseComponent mainParent { get; set; }
Property Value
Type | Description |
---|---|
BaseComponent |
Overrides
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 |
Methods
GetJSNamespace()
Declaration
public string GetJSNamespace()
Returns
Type | Description |
---|---|
System.String |
OnInitializedAsync()
Receive its initial parameters from its parent in the render tree
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
OnParametersSetAsync()
Incoming values have been assigned to properties
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Implements
System.IDisposable