Class SmithChartSeries
Options to customize the series of the chart.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SmithChartSeries : SfDataBoundComponent
Constructors
SmithChartSeries()
Declaration
public SmithChartSeries()
Properties
AnimationDuration
Perform animation of series based on animation duration.
Declaration
public double AnimationDuration { get; set; }
Property Value
Type |
---|
System.Double |
ChildContent
Gets and sets the content of the UI element.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment |
DataSource
Specifies the data source.
Declaration
public IEnumerable<object> DataSource { get; set; }
Property Value
Type |
---|
System.Collections.Generic.IEnumerable<System.Object> |
EnableAnimation
Enable or disable the animation of series.
Declaration
public bool EnableAnimation { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableSmartLabels
Avoid the overlap of data labels.
Declaration
public bool EnableSmartLabels { get; set; }
Property Value
Type |
---|
System.Boolean |
Fill
Color for series.
Declaration
public string Fill { get; set; }
Property Value
Type |
---|
System.String |
Name
The name of the series visible in legend.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Opacity
Opacity for series.
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |
Points
Points for series.
Declaration
public IEnumerable<SmithChartPoint> Points { get; set; }
Property Value
Type |
---|
System.Collections.Generic.IEnumerable<SmithChartPoint> |
Reactance
Reactance name from data source.
Declaration
public string Reactance { get; set; }
Property Value
Type |
---|
System.String |
Resistance
Resistance name from data source.
Declaration
public string Resistance { get; set; }
Property Value
Type |
---|
System.String |
TooltipMappingName
Tooltip mapping name for the series.
Declaration
public string TooltipMappingName { get; set; }
Property Value
Type |
---|
System.String |
Visible
Visibility of the series.
Declaration
public bool Visible { get; set; }
Property Value
Type |
---|
System.Boolean |
Width
Width of the series.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing the asynchronous operation. |
Overrides
OnParametersSetAsync()
Method invoked when the component has received parameters from its parent in the render tree and the incoming values have been assigned to properties.
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing the asynchronous operation. |