Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISmithchart - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ISmithchart

    Interface for the SmithChart

    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public interface ISmithchart

    Properties

    Background

    Background color customization for the smith chart

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

    Border

    Border customizations for the smith chart

    Declaration
    SmithchartBorder Border { get; set; }
    Property Value
    Type Description
    SmithchartBorder

    ElementSpacing

    Customization of spacing between series elements

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

    EnablePersistence

    Enables the persistent data in the smith chart

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

    EnableRtl

    Enables right to left rendering of the smith chart

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

    Font

    Customization of font for the smith chart

    Declaration
    SmithchartFont Font { get; set; }
    Property Value
    Type Description
    SmithchartFont

    Height

    Customization of height for the smith chart

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

    HorizontalAxis

    Customization of horizontal axis

    Declaration
    SmithchartHorizontalAxis HorizontalAxis { get; set; }
    Property Value
    Type Description
    SmithchartHorizontalAxis

    LegendSettings

    Customization of legend for the smith chart

    Declaration
    SmithchartLegendSettings LegendSettings { get; set; }
    Property Value
    Type Description
    SmithchartLegendSettings

    Locale

    locale customization of the smith chart

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

    Margin

    Customization of margin for the smith chart

    Declaration
    SmithchartMargin Margin { get; set; }
    Property Value
    Type Description
    SmithchartMargin

    RadialAxis

    Customization of radial axis

    Declaration
    SmithchartRadialAxis RadialAxis { get; set; }
    Property Value
    Type Description
    SmithchartRadialAxis

    Radius

    Radius customization for the smith chart

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

    RenderType

    Customization of renderType for the smith chart

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

    Series

    Series customization for the smith chart

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

    Theme

    Theme customization for the smith chart

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

    Title

    Title for the smith chart

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

    Width

    Width customization for the smith chart

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

    Methods

    updateChildProperties(String, Object)

    Updation of child properties for the smith chart.

    Declaration
    void updateChildProperties(string key, object value)
    Parameters
    Type Name Description
    System.String key
    System.Object value
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved