Class RangeNavigatorRangenavigatorSeries
Inheritance
System.Object
RangeNavigatorRangenavigatorSeries
Assembly: Syncfusion.EJ2.dll
Syntax
public class RangeNavigatorRangenavigatorSeries : EJTagHelper
Constructors
RangeNavigatorRangenavigatorSeries()
Declaration
public RangeNavigatorRangenavigatorSeries()
Properties
Animation
Options to customizing animation for the series.
Declaration
public RangeNavigatorAnimation Animation { get; set; }
Property Value
Border
Options for customizing the color and width of the series border.
Declaration
public RangeNavigatorBorder Border { get; set; }
Property Value
DashArray
Defines the pattern of dashes and gaps to stroke the lines in Line
type series.
Declaration
public string DashArray { get; set; }
Property Value
Type |
Description |
System.String |
|
DataSource
It defines the data source for a series.
Declaration
public object DataSource { get; set; }
Property Value
Type |
Description |
System.Object |
|
Fill
The fill color for the series that accepts value in hex and rgba as a valid CSS color string.
It also represents the color of the signal lines in technical indicators.
For technical indicators, the default value is 'blue' and for series, it has null.
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Opacity
The opacity for the background.
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Query
It defines the query for the data source
Declaration
public string Query { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
It defines the series type of the range navigator
Declaration
public RangeNavigatorType Type { get; set; }
Property Value
Width
The stroke width for the series that is applicable only for Line
type series.
It also represents the stroke width of the signal lines in technical indicators.
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
XName
It defines the xName for the series
Declaration
public string XName { get; set; }
Property Value
Type |
Description |
System.String |
|
YName
It defines the yName for the series
Declaration
public string YName { get; set; }
Property Value
Type |
Description |
System.String |
|