ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • 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
    EJTagHelper
    Smithchart
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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

    AxisLabelRender

    Triggers before the axis label is rendered

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

    Background

    The background color of the smithchart.

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

    BeforePrint

    Triggers before the prints gets started.

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

    Border

    options for customizing border

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

    ClassName

    Declaration
    protected override string ClassName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ClassName

    ElementSpacing

    Spacing between elements

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

    EnablePersistence

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

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

    EnableRtl

    Enable or disable rendering component in right to left direction.

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

    Font

    options for customizing margin

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

    Height

    height for smithchart.

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

    HorizontalAxis

    Options to configure the horizontal axis.

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

    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 Description
    System.Object

    IsFor

    Declaration
    protected override bool IsFor { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsFor

    LegendRender

    Triggers before the legend is rendered.

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

    LegendSettings

    options for customizing legend

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

    Load

    Triggers before smithchart rendered.

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

    Loaded

    Triggers after smithchart rendered.

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

    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

    Margin

    options for customizing margin

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

    NameSpace

    Declaration
    protected override string NameSpace { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.NameSpace

    RadialAxis

    Options to configure the vertical axis.

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

    Radius

    Spacing between elements

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

    RenderType

    render type of smithchart.

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

    Series

    options for customizing series

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

    SeriesRender

    Triggers before the series is rendered.

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

    SubtitleRender

    Triggers before the sub-title is rendered.

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

    TagName

    Declaration
    protected override string TagName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.TagName

    TextRender

    Triggers before the datalabel text is rendered.

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

    Theme

    theme for smithchart.

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

    Title

    options for customizing title

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

    TitleRender

    Triggers before the title is rendered.

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

    TooltipRender

    Triggers before the tooltip rendering

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

    Width

    width for smithchart.

    Declaration
    public string Width { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved