Blazor

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

    Show / Hide Table of Contents

    Interface IStockChart

    Interface for stock chart properties

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

    Properties

    Annotations

    Annotations customization for stock chart

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

    Axes

    Axis customization for stock chart

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

    Background

    Background color customization for the stock chart

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

    Border

    Border customization for the stock chart

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

    ChartArea

    ChartArea customization for the stock chart

    Declaration
    StockChartChartArea ChartArea { get; set; }
    Property Value
    Type Description
    StockChartChartArea

    Crosshair

    Crosshair customization for the stock chart

    Declaration
    StockChartCrosshairSettings Crosshair { get; set; }
    Property Value
    Type Description
    StockChartCrosshairSettings

    DataSource

    DataSource for the stock chart

    Declaration
    object DataSource { get; set; }
    Property Value
    Type Description
    System.Object

    EnableCustomRange

    Allow stock chart to modify the data

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

    EnablePeriodSelector

    Shows the period selector in the stock chart

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

    EnablePersistence

    Maintains the persistence in stock chart

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

    EnableRtl

    Enable right to left rendering od the stock chart

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

    EnableSelector

    Shows the selector in the stock chart

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

    ExportType

    Lists the export type available for the stock chart

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

    Height

    Specifies the height of the stock chart

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

    Indicators

    Initialize the indicators for the stock chart

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

    IndicatorType

    Lists the technical indicators available for the stock chart from the period selector

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

    IsMultiSelect

    Enable multi selection for the stock chart

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

    IsSelect

    Enable the selection for the stock chart

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

    IsTransposed

    Allows stock chart to render in inverse mode.

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

    Locale

    Locale for the stock chart

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

    Margin

    Margin customization for the stock chart

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

    Periods

    Periods customization for the period selector in the stock chart

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

    PrimaryXAxis

    PrimaryXAxis customization for the stock chart

    Declaration
    StockChartPrimaryXAxis PrimaryXAxis { get; set; }
    Property Value
    Type Description
    StockChartPrimaryXAxis

    PrimaryYAxis

    PrimaryYAxis customization for the stock chart

    Declaration
    StockChartPrimaryYAxis PrimaryYAxis { get; set; }
    Property Value
    Type Description
    StockChartPrimaryYAxis

    Rows

    Rows customization for the stock chart

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

    SelectedDataIndexes

    SelectedDataIndexes for the stock chart

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

    SelectionMode

    Selection mode customization for the stock chart

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

    Series

    Series customization for the stock chart

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

    SeriesType

    Lists the series types in period selector

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

    StockEvents

    Stock events customization for the stock chart

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

    Theme

    Theme customization for the stock chart

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

    Title

    Title for the stock chart

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

    TitleStyle

    Title style customizations for the stock chart

    Declaration
    StockChartTitleStyle TitleStyle { get; set; }
    Property Value
    Type Description
    StockChartTitleStyle

    Tooltip

    Tooltip customization for the stock chart.

    Declaration
    StockChartTooltipSettings Tooltip { get; set; }
    Property Value
    Type Description
    StockChartTooltipSettings

    TrendlineType

    Lists the trendlinetypes in the period selector

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

    Width

    Width customizations for the stock chart

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

    ZoomSettings

    Zoomsettings customization for the stock chart

    Declaration
    StockChartZoomSettings ZoomSettings { get; set; }
    Property Value
    Type Description
    StockChartZoomSettings

    Methods

    updateChildProperties(String, Object)

    Update the child properties for the stock 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