Class StockChartStockChartPeriod
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
[HtmlAttributeName("interval")]
public double Interval { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IntervalType
IntervalType of button
Declaration
[HtmlAttributeName("intervalType")]
public RangeIntervalType IntervalType { get; set; }
Property Value
Type | Description |
---|---|
RangeIntervalType |
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Selected
To select the default period
Declaration
[HtmlAttributeName("selected")]
public bool Selected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Text
Text to be displayed on the button
Declaration
[HtmlAttributeName("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |