ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SmithchartBuilder

    Inheritance
    System.Object
    ControlBuilder
    SmithchartBuilder
    Inherited Members
    ControlBuilder.Context
    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 SmithchartBuilder : ControlBuilder

    Constructors

    SmithchartBuilder()

    Declaration
    public SmithchartBuilder()

    SmithchartBuilder(Smithchart)

    Declaration
    public SmithchartBuilder(Smithchart model)
    Parameters
    Type Name Description
    Smithchart model

    Fields

    model

    Declaration
    public Smithchart model
    Field Value
    Type Description
    Smithchart

    Properties

    HtmlAttr

    Declaration
    public IDictionary<string, object> HtmlAttr { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    ID

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

    Output

    Declaration
    public override TextWriter Output { get; set; }
    Property Value
    Type Description
    System.IO.TextWriter
    Overrides
    ControlBuilder.Output

    Methods

    AnimationComplete(String)

    Triggers after the animation completed.

    Declaration
    public SmithchartBuilder AnimationComplete(string animationComplete)
    Parameters
    Type Name Description
    System.String animationComplete
    Returns
    Type Description
    SmithchartBuilder

    AxisLabelRender(String)

    Triggers before the axis label is rendered.

    Declaration
    public SmithchartBuilder AxisLabelRender(string axisLabelRender)
    Parameters
    Type Name Description
    System.String axisLabelRender
    Returns
    Type Description
    SmithchartBuilder

    Background(String)

    The background color of the smithchart.

    Declaration
    public SmithchartBuilder Background(string background)
    Parameters
    Type Name Description
    System.String background
    Returns
    Type Description
    SmithchartBuilder

    BeforePrint(String)

    Triggers before the prints gets started.

    Declaration
    public SmithchartBuilder BeforePrint(string beforePrint)
    Parameters
    Type Name Description
    System.String beforePrint
    Returns
    Type Description
    SmithchartBuilder

    Border(SmithchartSmithchartBorder)

    options for customizing border.

    Declaration
    public SmithchartBuilder Border(SmithchartSmithchartBorder border)
    Parameters
    Type Name Description
    SmithchartSmithchartBorder border
    Returns
    Type Description
    SmithchartBuilder

    Border(Action<SmithchartSmithchartBorderBuilder>)

    Declaration
    public SmithchartBuilder Border(Action<SmithchartSmithchartBorderBuilder> border)
    Parameters
    Type Name Description
    System.Action<SmithchartSmithchartBorderBuilder> border
    Returns
    Type Description
    SmithchartBuilder

    ElementSpacing(Double)

    Spacing between elements.

    Declaration
    public SmithchartBuilder ElementSpacing(double elementSpacing)
    Parameters
    Type Name Description
    System.Double elementSpacing
    Returns
    Type Description
    SmithchartBuilder

    EnablePersistence(Boolean)

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

    Declaration
    public SmithchartBuilder EnablePersistence(bool enablePersistence = true)
    Parameters
    Type Name Description
    System.Boolean enablePersistence
    Returns
    Type Description
    SmithchartBuilder

    EnableRtl(Boolean)

    Enable or disable rendering component in right to left direction.

    Declaration
    public SmithchartBuilder EnableRtl(bool enableRtl = true)
    Parameters
    Type Name Description
    System.Boolean enableRtl
    Returns
    Type Description
    SmithchartBuilder

    Font(SmithchartSmithchartFont)

    options for customizing margin.

    Declaration
    public SmithchartBuilder Font(SmithchartSmithchartFont font)
    Parameters
    Type Name Description
    SmithchartSmithchartFont font
    Returns
    Type Description
    SmithchartBuilder

    Font(Action<SmithchartSmithchartFontBuilder>)

    Declaration
    public SmithchartBuilder Font(Action<SmithchartSmithchartFontBuilder> font)
    Parameters
    Type Name Description
    System.Action<SmithchartSmithchartFontBuilder> font
    Returns
    Type Description
    SmithchartBuilder

    Height(String)

    height for smithchart.

    Declaration
    public SmithchartBuilder Height(string height)
    Parameters
    Type Name Description
    System.String height
    Returns
    Type Description
    SmithchartBuilder

    HorizontalAxis(SmithchartSmithchartAxis)

    Options to configure the horizontal axis.

    Declaration
    public SmithchartBuilder HorizontalAxis(SmithchartSmithchartAxis horizontalAxis)
    Parameters
    Type Name Description
    SmithchartSmithchartAxis horizontalAxis
    Returns
    Type Description
    SmithchartBuilder

    HorizontalAxis(Action<SmithchartSmithchartAxisBuilder>)

    Declaration
    public SmithchartBuilder HorizontalAxis(Action<SmithchartSmithchartAxisBuilder> horizontalAxis)
    Parameters
    Type Name Description
    System.Action<SmithchartSmithchartAxisBuilder> horizontalAxis
    Returns
    Type Description
    SmithchartBuilder

    HtmlAttributes(Object)

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

    Declaration
    public SmithchartBuilder HtmlAttributes(object htmlAttributes)
    Parameters
    Type Name Description
    System.Object htmlAttributes
    Returns
    Type Description
    SmithchartBuilder

    LegendRender(String)

    Triggers before the legend is rendered.

    Declaration
    public SmithchartBuilder LegendRender(string legendRender)
    Parameters
    Type Name Description
    System.String legendRender
    Returns
    Type Description
    SmithchartBuilder

    LegendSettings(SmithchartSmithchartLegendSettings)

    options for customizing legend.

    Declaration
    public SmithchartBuilder LegendSettings(SmithchartSmithchartLegendSettings legendSettings)
    Parameters
    Type Name Description
    SmithchartSmithchartLegendSettings legendSettings
    Returns
    Type Description
    SmithchartBuilder

    LegendSettings(Action<SmithchartSmithchartLegendSettingsBuilder>)

    Declaration
    public SmithchartBuilder LegendSettings(Action<SmithchartSmithchartLegendSettingsBuilder> legendSettings)
    Parameters
    Type Name Description
    System.Action<SmithchartSmithchartLegendSettingsBuilder> legendSettings
    Returns
    Type Description
    SmithchartBuilder

    Load(String)

    Triggers before smithchart rendered.

    Declaration
    public SmithchartBuilder Load(string load)
    Parameters
    Type Name Description
    System.String load
    Returns
    Type Description
    SmithchartBuilder

    Loaded(String)

    Triggers after smithchart rendered.

    Declaration
    public SmithchartBuilder Loaded(string loaded)
    Parameters
    Type Name Description
    System.String loaded
    Returns
    Type Description
    SmithchartBuilder

    Locale(String)

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

    Declaration
    public SmithchartBuilder Locale(string locale)
    Parameters
    Type Name Description
    System.String locale
    Returns
    Type Description
    SmithchartBuilder

    Margin(SmithchartSmithchartMargin)

    options for customizing margin.

    Declaration
    public SmithchartBuilder Margin(SmithchartSmithchartMargin margin)
    Parameters
    Type Name Description
    SmithchartSmithchartMargin margin
    Returns
    Type Description
    SmithchartBuilder

    Margin(Action<SmithchartSmithchartMarginBuilder>)

    Declaration
    public SmithchartBuilder Margin(Action<SmithchartSmithchartMarginBuilder> margin)
    Parameters
    Type Name Description
    System.Action<SmithchartSmithchartMarginBuilder> margin
    Returns
    Type Description
    SmithchartBuilder

    RadialAxis(SmithchartSmithchartAxis)

    Options to configure the vertical axis.

    Declaration
    public SmithchartBuilder RadialAxis(SmithchartSmithchartAxis radialAxis)
    Parameters
    Type Name Description
    SmithchartSmithchartAxis radialAxis
    Returns
    Type Description
    SmithchartBuilder

    RadialAxis(Action<SmithchartSmithchartAxisBuilder>)

    Declaration
    public SmithchartBuilder RadialAxis(Action<SmithchartSmithchartAxisBuilder> radialAxis)
    Parameters
    Type Name Description
    System.Action<SmithchartSmithchartAxisBuilder> radialAxis
    Returns
    Type Description
    SmithchartBuilder

    Radius(Double)

    Spacing between elements.

    Declaration
    public SmithchartBuilder Radius(double radius)
    Parameters
    Type Name Description
    System.Double radius
    Returns
    Type Description
    SmithchartBuilder

    Render()

    Declaration
    public HtmlString Render()
    Returns
    Type Description
    System.Web.HtmlString

    RenderType(RenderType)

    render type of smithchart.

    Declaration
    public SmithchartBuilder RenderType(RenderType renderType)
    Parameters
    Type Name Description
    RenderType renderType
    Returns
    Type Description
    SmithchartBuilder

    Series(Action<SmithchartSmithchartSeriesBuilder>)

    Declaration
    public SmithchartBuilder Series(Action<SmithchartSmithchartSeriesBuilder> series)
    Parameters
    Type Name Description
    System.Action<SmithchartSmithchartSeriesBuilder> series
    Returns
    Type Description
    SmithchartBuilder

    Series(List<SmithchartSmithchartSeries>)

    options for customizing series.

    Declaration
    public SmithchartBuilder Series(List<SmithchartSmithchartSeries> series)
    Parameters
    Type Name Description
    System.Collections.Generic.List<SmithchartSmithchartSeries> series
    Returns
    Type Description
    SmithchartBuilder

    SeriesRender(String)

    Triggers before the series is rendered.

    Declaration
    public SmithchartBuilder SeriesRender(string seriesRender)
    Parameters
    Type Name Description
    System.String seriesRender
    Returns
    Type Description
    SmithchartBuilder

    SubtitleRender(String)

    Triggers before the sub-title is rendered.

    Declaration
    public SmithchartBuilder SubtitleRender(string subtitleRender)
    Parameters
    Type Name Description
    System.String subtitleRender
    Returns
    Type Description
    SmithchartBuilder

    TextRender(String)

    Triggers before the datalabel text is rendered.

    Declaration
    public SmithchartBuilder TextRender(string textRender)
    Parameters
    Type Name Description
    System.String textRender
    Returns
    Type Description
    SmithchartBuilder

    Theme(SmithchartTheme)

    theme for smithchart.

    Declaration
    public SmithchartBuilder Theme(SmithchartTheme theme)
    Parameters
    Type Name Description
    SmithchartTheme theme
    Returns
    Type Description
    SmithchartBuilder

    Title(SmithchartTitle)

    options for customizing title.

    Declaration
    public SmithchartBuilder Title(SmithchartTitle title)
    Parameters
    Type Name Description
    SmithchartTitle title
    Returns
    Type Description
    SmithchartBuilder

    Title(Action<SmithchartTitleBuilder>)

    Declaration
    public SmithchartBuilder Title(Action<SmithchartTitleBuilder> title)
    Parameters
    Type Name Description
    System.Action<SmithchartTitleBuilder> title
    Returns
    Type Description
    SmithchartBuilder

    TitleRender(String)

    Triggers before the title is rendered.

    Declaration
    public SmithchartBuilder TitleRender(string titleRender)
    Parameters
    Type Name Description
    System.String titleRender
    Returns
    Type Description
    SmithchartBuilder

    TooltipRender(String)

    Triggers before the tooltip rendering.

    Declaration
    public SmithchartBuilder TooltipRender(string tooltipRender)
    Parameters
    Type Name Description
    System.String tooltipRender
    Returns
    Type Description
    SmithchartBuilder

    Width(String)

    width for smithchart.

    Declaration
    public SmithchartBuilder Width(string width)
    Parameters
    Type Name Description
    System.String width
    Returns
    Type Description
    SmithchartBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved