Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SmithchartModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SmithchartModel

    Interface for a class Smithchart

    Inheritance
    System.Object
    SmithchartModel
    Implements
    System.IEquatable<SmithchartModel>
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SmithchartModel : Object, IEquatable<SmithchartModel>

    Constructors

    SmithchartModel()

    Declaration
    public SmithchartModel()

    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
    Type Description
    SmithchartBorderModel

    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 SmithchartFontModel Font { get; set; }
    Property Value
    Type Description
    SmithchartFontModel

    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 SmithchartAxisModel HorizontalAxis { get; set; }
    Property Value
    Type Description
    SmithchartAxisModel

    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
    Type Description
    SmithchartLegendSettingsModel

    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
    Type Description
    SmithchartMarginModel

    RadialAxis

    Options to configure the vertical axis.

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

    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<SmithchartSeriesModel> Series { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<SmithchartSeriesModel>

    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

    theme for smithchart.

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

    Title

    options for customizing title

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

    TitleRender

    Triggers before the title is rendered.

    Declaration
    public EventCallback<object> TitleRender { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<System.Object>

    TooltipRender

    Triggers before the tooltip rendering

    Declaration
    public EventCallback<object> TooltipRender { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<System.Object>

    Width

    width for smithchart.

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

    Methods

    Equals(SmithchartModel)

    Declaration
    public bool Equals(SmithchartModel smithchartModel)
    Parameters
    Type Name Description
    SmithchartModel smithchartModel
    Returns
    Type Description
    System.Boolean

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved