Class SmithchartModel
Interface for a class Smithchart
Inheritance
System.Object
SmithchartModel
Assembly: Syncfusion.Blazor.dll
Syntax
public class SmithchartModel : Object, IEquatable<SmithchartModel>
Constructors
SmithchartModel()
Declaration
Properties
AnimationComplete
Triggers after the animation completed.
Declaration
public EventCallback<object> AnimationComplete { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.EventCallback<System.Object> |
|
AxisLabelRender
Triggers before the axis label is rendered
Declaration
public EventCallback<object> AxisLabelRender { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.EventCallback<System.Object> |
|
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 EventCallback<object> BeforePrint { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.EventCallback<System.Object> |
|
Border
options for customizing border
Declaration
public SmithchartBorderModel Border { get; set; }
Property Value
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 SmithchartFontModel 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 SmithchartAxisModel HorizontalAxis { get; set; }
Property Value
LegendRender
Triggers before the legend is rendered.
Declaration
public EventCallback<object> LegendRender { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.EventCallback<System.Object> |
|
LegendSettings
options for customizing legend
Declaration
public SmithchartLegendSettingsModel LegendSettings { get; set; }
Property Value
Load
Triggers before smithchart rendered.
Declaration
public EventCallback<object> Load { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.EventCallback<System.Object> |
|
Loaded
Triggers after smithchart rendered.
Declaration
public EventCallback<object> Loaded { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.EventCallback<System.Object> |
|
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 SmithchartMarginModel Margin { get; set; }
Property Value
RadialAxis
Options to configure the vertical axis.
Declaration
public SmithchartAxisModel 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<SmithchartSeriesModel> Series { get; set; }
Property Value
SeriesRender
Triggers before the series is rendered.
Declaration
public EventCallback<object> SeriesRender { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.EventCallback<System.Object> |
|
SubtitleRender
Triggers before the sub-title is rendered.
Declaration
public EventCallback<object> SubtitleRender { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.EventCallback<System.Object> |
|
TextRender
Triggers before the datalabel text is rendered.
Declaration
public EventCallback<object> TextRender { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.EventCallback<System.Object> |
|
Theme
Declaration
public SmithchartTheme Theme { get; set; }
Property Value
Title
options for customizing title
Declaration
public TitleModel Title { get; set; }
Property Value
TitleRender
Triggers before the title is rendered.
Declaration
public EventCallback<object> TitleRender { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.EventCallback<System.Object> |
|
Triggers before the tooltip rendering
Declaration
public EventCallback<object> TooltipRender { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.EventCallback<System.Object> |
|
Width
Declaration
public string Width { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Equals(SmithchartModel)
Declaration
public bool Equals(SmithchartModel smithchartModel)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<>