ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Smithchart

    Show / Hide Table of Contents

    Class Smithchart

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    Smithchart
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    [HtmlAttributeName("animationComplete")]
    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
    [HtmlAttributeName("axisLabelRender")]
    public string AxisLabelRender { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Background

    The background color of the smithchart.

    Declaration
    [HtmlAttributeName("background")]
    public string Background { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    BeforePrint

    Triggers before the prints gets started.

    Declaration
    [HtmlAttributeName("beforePrint")]
    public string BeforePrint { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Border

    options for customizing border.

    Declaration
    [HtmlAttributeName("border")]
    public SmithchartSmithchartBorder Border { get; set; }
    Property Value
    Type Description
    SmithchartSmithchartBorder

    The default value is null

    ElementSpacing

    Spacing between elements.

    Declaration
    [HtmlAttributeName("elementSpacing")]
    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
    [HtmlAttributeName("enablePersistence")]
    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
    [HtmlAttributeName("enableRtl")]
    public bool EnableRtl { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    Font

    options for customizing margin.

    Declaration
    [HtmlAttributeName("font")]
    public SmithchartSmithchartFont Font { get; set; }
    Property Value
    Type Description
    SmithchartSmithchartFont

    The default value is null

    Height

    height for smithchart.

    Declaration
    [HtmlAttributeName("height")]
    public string Height { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    HorizontalAxis

    Options to configure the horizontal axis.

    Declaration
    [HtmlAttributeName("horizontalAxis")]
    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
    [HtmlAttributeName("htmlAttributes")]
    public object HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Object

    LegendRender

    Triggers before the legend is rendered.

    Declaration
    [HtmlAttributeName("legendRender")]
    public string LegendRender { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    LegendSettings

    options for customizing legend.

    Declaration
    [HtmlAttributeName("legendSettings")]
    public SmithchartSmithchartLegendSettings LegendSettings { get; set; }
    Property Value
    Type Description
    SmithchartSmithchartLegendSettings

    The default value is null

    Load

    Triggers before smithchart rendered.

    Declaration
    [HtmlAttributeName("load")]
    public string Load { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Loaded

    Triggers after smithchart rendered.

    Declaration
    [HtmlAttributeName("loaded")]
    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
    [HtmlAttributeName("locale")]
    public string Locale { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Margin

    options for customizing margin.

    Declaration
    [HtmlAttributeName("margin")]
    public SmithchartSmithchartMargin Margin { get; set; }
    Property Value
    Type Description
    SmithchartSmithchartMargin

    The default value is null

    RadialAxis

    Options to configure the vertical axis.

    Declaration
    [HtmlAttributeName("radialAxis")]
    public SmithchartSmithchartAxis RadialAxis { get; set; }
    Property Value
    Type Description
    SmithchartSmithchartAxis

    The default value is null

    Radius

    Spacing between elements.

    Declaration
    [HtmlAttributeName("radius")]
    public double Radius { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 1

    RenderType

    render type of smithchart.

    Declaration
    [HtmlAttributeName("renderType")]
    public RenderType RenderType { get; set; }
    Property Value
    Type Description
    RenderType

    The default value is RenderType.Impedance

    Series

    options for customizing series.

    Declaration
    [HtmlAttributeName("series")]
    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
    [HtmlAttributeName("seriesRender")]
    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
    [HtmlAttributeName("subtitleRender")]
    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
    [HtmlAttributeName("textRender")]
    public string TextRender { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Theme

    theme for smithchart.

    Declaration
    [HtmlAttributeName("theme")]
    public SmithchartTheme Theme { get; set; }
    Property Value
    Type Description
    SmithchartTheme

    The default value is SmithchartTheme.Material

    Title

    options for customizing title.

    Declaration
    [HtmlAttributeName("title")]
    public SmithchartTitle Title { get; set; }
    Property Value
    Type Description
    SmithchartTitle

    The default value is null

    TitleRender

    Triggers before the title is rendered.

    Declaration
    [HtmlAttributeName("titleRender")]
    public string TitleRender { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    TooltipRender

    Triggers before the tooltip rendering.

    Declaration
    [HtmlAttributeName("tooltipRender")]
    public string TooltipRender { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Width

    width for smithchart.

    Declaration
    [HtmlAttributeName("width")]
    public string Width { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

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