Class Smithchart
Inheritance
System.Object
Smithchart
Assembly: Syncfusion.EJ2.dll
Syntax
public class Smithchart : EJTagHelper
Constructors
Smithchart()
Declaration
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
ClassName
Declaration
protected override string ClassName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
ElementSpacing
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
Height
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
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
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
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
NameSpace
Declaration
protected override string NameSpace { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
RadialAxis
Options to configure the vertical axis.
Declaration
public SmithchartSmithchartAxis RadialAxis { get; set; }
Property Value
Radius
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
Series
options for customizing series
Declaration
public List<SmithchartSmithchartSeries> Series { get; set; }
Property Value
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
TextRender
Triggers before the datalabel text is rendered.
Declaration
public string TextRender { get; set; }
Property Value
Type |
Description |
System.String |
|
Theme
Declaration
public SmithchartTheme Theme { get; set; }
Property Value
Title
options for customizing title
Declaration
public SmithchartTitle Title { get; set; }
Property Value
TitleRender
Triggers before the title is rendered.
Declaration
public string TitleRender { get; set; }
Property Value
Type |
Description |
System.String |
|
Triggers before the tooltip rendering
Declaration
public string TooltipRender { get; set; }
Property Value
Type |
Description |
System.String |
|
Width
Declaration
public string Width { get; set; }
Property Value
Type |
Description |
System.String |
|