ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StockChartStockChartPeriod - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StockChartStockChartPeriod

    Inheritance
    System.Object
    EJTagHelper
    StockChartStockChartPeriod
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class StockChartStockChartPeriod : EJTagHelper

    Constructors

    StockChartStockChartPeriod()

    Declaration
    public StockChartStockChartPeriod()

    Properties

    Interval

    Count value for the button

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

    IntervalType

    IntervalType of button

    Declaration
    public RangeIntervalType IntervalType { get; set; }
    Property Value
    Type Description
    RangeIntervalType

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    Selected

    To select the default period

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

    Text

    Text to be displayed on the button

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved