alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class SmithChartSeries

    Options to customize the series of the chart.

    Inheritance
    object
    ComponentBase
    OwningComponentBase
    SfOwningComponentBase
    SfBaseComponent
    SfDataBoundComponent
    SmithChartSeries
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnParametersSet()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    OwningComponentBase.IsDisposed
    OwningComponentBase.ScopedServices
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(bool)
    SfBaseComponent.GetEffectivePlatform()
    SfBaseComponent.GetMainComponentPlatform()
    SfBaseComponent.IsMainLicenseComponent()
    SfBaseComponent.LicenseContext
    SfBaseComponent.OnObservableChange(string, object, bool, NotifyCollectionChangedEventArgs)
    SfBaseComponent.ValidateLicense()
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    SfDataBoundComponent.OnAfterRenderAsync(bool)
    SfDataBoundComponent.OnInitializedAsync()
    SfDataBoundComponent.OnParametersSetAsync()
    SfDataBoundComponent.SetDataManager<T>(object)
    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
    Overrides
    ComponentBase.BuildRenderTree(RenderTreeBuilder)

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved