menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Smithchart - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Smithchart

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    Smithchart
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class Smithchart : EJTagHelper

    Constructors

    Smithchart()

    Declaration
    public Smithchart()

    Properties

    AnimationComplete

    Triggers after the animation completed.

    Declaration
    public string AnimationComplete { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    AxisLabelRender

    Triggers before the axis label is rendered.

    Declaration
    public string AxisLabelRender { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Background

    The background color of the smithchart.

    Declaration
    public string Background { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    BeforePrint

    Triggers before the prints gets started.

    Declaration
    public string BeforePrint { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Border

    options for customizing border.

    Declaration
    public SmithchartSmithchartBorder Border { get; set; }
    Property Value
    Type Description
    SmithchartSmithchartBorder

    The default value is null

    ElementSpacing

    Spacing between elements.

    Declaration
    public double ElementSpacing { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 10

    EnablePersistence

    Enable or disable persisting component's state between page reloads.

    Declaration
    public bool EnablePersistence { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    EnableRtl

    Enable or disable rendering component in right to left direction.

    Declaration
    public bool EnableRtl { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    Font

    options for customizing margin.

    Declaration
    public SmithchartSmithchartFont Font { get; set; }
    Property Value
    Type Description
    SmithchartSmithchartFont

    The default value is null

    Height

    height for smithchart.

    Declaration
    public string Height { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    HorizontalAxis

    Options to configure the horizontal axis.

    Declaration
    public SmithchartSmithchartAxis HorizontalAxis { get; set; }
    Property Value
    Type Description
    SmithchartSmithchartAxis

    The default value is null

    HtmlAttributes

    Allows additional HTML attributes such as title, name, etc., and accepts n number of attributes in a key-value pair format.

    Declaration
    public object HtmlAttributes { get; set; }
    Property Value
    Type
    System.Object

    LegendRender

    Triggers before the legend is rendered.

    Declaration
    public string LegendRender { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    LegendSettings

    options for customizing legend.

    Declaration
    public SmithchartSmithchartLegendSettings LegendSettings { get; set; }
    Property Value
    Type Description
    SmithchartSmithchartLegendSettings

    The default value is null

    Load

    Triggers before smithchart rendered.

    Declaration
    public string Load { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Loaded

    Triggers after smithchart rendered.

    Declaration
    public string Loaded { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Locale

    Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

    Declaration
    public string Locale { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Margin

    options for customizing margin.

    Declaration
    public SmithchartSmithchartMargin Margin { get; set; }
    Property Value
    Type Description
    SmithchartSmithchartMargin

    The default value is null

    RadialAxis

    Options to configure the vertical axis.

    Declaration
    public SmithchartSmithchartAxis RadialAxis { get; set; }
    Property Value
    Type Description
    SmithchartSmithchartAxis

    The default value is null

    Radius

    Spacing between elements.

    Declaration
    public double Radius { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 1

    RenderType

    render type of smithchart.

    Declaration
    public RenderType RenderType { get; set; }
    Property Value
    Type Description
    RenderType

    The default value is RenderType.Impedance

    Series

    options for customizing series.

    Declaration
    public List<SmithchartSmithchartSeries> Series { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<SmithchartSmithchartSeries>

    The default value is null

    SeriesRender

    Triggers before the series is rendered.

    Declaration
    public string SeriesRender { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    SubtitleRender

    Triggers before the sub-title is rendered.

    Declaration
    public string SubtitleRender { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    TextRender

    Triggers before the datalabel text is rendered.

    Declaration
    public string TextRender { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Theme

    theme for smithchart.

    Declaration
    public SmithchartTheme Theme { get; set; }
    Property Value
    Type Description
    SmithchartTheme

    The default value is SmithchartTheme.Material

    Title

    options for customizing title.

    Declaration
    public SmithchartTitle Title { get; set; }
    Property Value
    Type Description
    SmithchartTitle

    The default value is null

    TitleRender

    Triggers before the title is rendered.

    Declaration
    public string TitleRender { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    TooltipRender

    Triggers before the tooltip rendering.

    Declaration
    public string TooltipRender { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Width

    width for smithchart.

    Declaration
    public string Width { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved