Class SmithChartSeries
Options to customize the series of the chart.
Inheritance
SmithChartSeries
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SmithChartSeries : SfDataBoundComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
SmithChartSeries()
Declaration
public SmithChartSeries()
Properties
AnimationDuration
Perform animation of series based on animation duration.
Declaration
[Parameter]
public double AnimationDuration { get; set; }
Property Value
| Type |
|---|
| double |
DataSource
Specifies the data source.
Declaration
[Parameter]
public IEnumerable<object> DataSource { get; set; }
Property Value
| Type |
|---|
| IEnumerable<object> |
EnableAnimation
Enable or disable the animation of series.
Declaration
[Parameter]
public bool EnableAnimation { get; set; }
Property Value
| Type |
|---|
| bool |
EnableSmartLabels
Avoid the overlap of data labels.
Declaration
[Parameter]
public bool EnableSmartLabels { get; set; }
Property Value
| Type |
|---|
| bool |
Fill
Color for series.
Declaration
[Parameter]
public string Fill { get; set; }
Property Value
| Type |
|---|
| string |
Name
The name of the series visible in legend.
Declaration
[Parameter]
public string Name { get; set; }
Property Value
| Type |
|---|
| string |
Opacity
Opacity for series.
Declaration
[Parameter]
public double Opacity { get; set; }
Property Value
| Type |
|---|
| double |
Points
Points for series.
Declaration
[Parameter]
public IEnumerable<SmithChartPoint> Points { get; set; }
Property Value
| Type |
|---|
| IEnumerable<SmithChartPoint> |
Reactance
Reactance name from data source.
Declaration
[Parameter]
public string Reactance { get; set; }
Property Value
| Type |
|---|
| string |
Resistance
Resistance name from data source.
Declaration
[Parameter]
public string Resistance { get; set; }
Property Value
| Type |
|---|
| string |
TooltipMappingName
Tooltip mapping name for the series.
Declaration
[Parameter]
public string TooltipMappingName { get; set; }
Property Value
| Type |
|---|
| string |
Visible
Visibility of the series.
Declaration
[Parameter]
public bool Visible { get; set; }
Property Value
| Type |
|---|
| bool |
Width
Width of the series.
Declaration
[Parameter]
public double Width { get; set; }
Property Value
| Type |
|---|
| double |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |