Class StockChartStockChartPeriod
Inheritance
System.Object
StockChartStockChartPeriod
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
Declaration
public RangeIntervalType IntervalType { get; set; }
Property Value
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
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 |
|