Class SmithChartSeriesDatalabel
Defines data label settings for series.
Inheritance
SmithChartSeriesDatalabel
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SmithChartSeriesDatalabel : SfBaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
SmithChartSeriesDatalabel()
Declaration
public SmithChartSeriesDatalabel()
Properties
Fill
Color for data label.
Declaration
[Parameter]
public string Fill { get; set; }
Property Value
| Type |
|---|
| string |
Opacity
Opacity for data label.
Declaration
[Parameter]
public double Opacity { get; set; }
Property Value
| Type |
|---|
| double |
Template
Showing data label template.
Declaration
[Parameter]
public RenderFragment<SmithChartPoint> Template { get; set; }
Property Value
| Type |
|---|
| RenderFragment<SmithChartPoint> |
Visible
Visibility for data label.
Declaration
[Parameter]
public bool Visible { get; set; }
Property Value
| Type |
|---|
| bool |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |