Class RangeNavigator
Inheritance
System.Object
RangeNavigator
Assembly: Syncfusion.EJ2.dll
Syntax
public class RangeNavigator : EJTagHelper
Constructors
RangeNavigator()
Declaration
Properties
AllowIntervalData
Allow the data to be selected for that particular interval while clicking the particular label
Declaration
public bool AllowIntervalData { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowSnapping
Enable snapping for range navigator sliders
Declaration
public bool AllowSnapping { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AnimationDuration
Duration of the animation
Declaration
public double AnimationDuration { get; set; }
Property Value
Type |
Description |
System.Double |
|
BeforePrint
Triggers before the prints gets started.
Declaration
public string BeforePrint { get; set; }
Property Value
Type |
Description |
System.String |
|
Changed
Triggers after change the slider.
Declaration
public string Changed { get; set; }
Property Value
Type |
Description |
System.String |
|
ClassName
Declaration
protected override string ClassName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
DataSource
It defines the data source for a range navigator.
Declaration
public object DataSource { get; set; }
Property Value
Type |
Description |
System.Object |
|
DisableRangeSelector
To render the period selector with out range navigator.
Declaration
public bool DisableRangeSelector { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableDeferredUpdate
Enable deferred update for the range navigator
Declaration
public bool EnableDeferredUpdate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableGrouping
Enable grouping for the labels
Declaration
public bool EnableGrouping { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnablePersistence
Enable or disable persisting component's state between page reloads.
Declaration
public bool EnablePersistence { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRtl
Enable or disable rendering component in right to left direction.
Declaration
public bool EnableRtl { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
GroupBy
GroupBy property for the axis
Declaration
public RangeIntervalType GroupBy { get; set; }
Property Value
Height
The height of the chart as a string accepts input both as '100px' or '100%'.
If specified as '100%, range navigator renders to the full height of its parent element.
Declaration
public string Height { get; set; }
Property Value
Type |
Description |
System.String |
|
HtmlAttributes
Allows additional HTML attributes such as title, name, etc., and
accepts n number of attributes in a key-value pair format.
Declaration
public object HtmlAttributes { get; set; }
Property Value
Type |
Description |
System.Object |
|
Interval
interval value for the axis
Declaration
public double Interval { get; set; }
Property Value
Type |
Description |
System.Double |
|
IntervalType
IntervalType for the dateTime axis
Declaration
public RangeIntervalType IntervalType { get; set; }
Property Value
IsFor
Declaration
protected override bool IsFor { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.
It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.
Declaration
public string LabelFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
LabelIntersectAction
Specifies, when the axis labels intersect with each other.They are,
None: Shows all the labels.
Hide: Hides the label when it intersects.
Declaration
public RangeLabelIntersectAction LabelIntersectAction { get; set; }
Property Value
LabelPosition
Label positions for the axis
Declaration
public AxisPosition LabelPosition { get; set; }
Property Value
LabelRender
Triggers before the label rendering
Declaration
public string LabelRender { get; set; }
Property Value
Type |
Description |
System.String |
|
LabelStyle
Label style for the labels
Declaration
public RangeNavigatorFont LabelStyle { get; set; }
Property Value
Load
Triggers before the range navigator rendering
Declaration
public string Load { get; set; }
Property Value
Type |
Description |
System.String |
|
Loaded
Triggers after the range navigator rendering
Declaration
public string Loaded { get; set; }
Property Value
Type |
Description |
System.String |
|
Locale
Overrides the global culture and localization value for this component. Default global culture is 'en-US'.
Declaration
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
LogBase
Declaration
public double LogBase { get; set; }
Property Value
Type |
Description |
System.Double |
|
MajorGridLines
Declaration
public RangeNavigatorMajorGridLines MajorGridLines { get; set; }
Property Value
MajorTickLines
Declaration
public RangeNavigatorMajorTickLines MajorTickLines { get; set; }
Property Value
Margin
Margin for the range navigator
Declaration
public RangeNavigatorMargin Margin { get; set; }
Property Value
Maximum
Maximum value for the axis
Declaration
public string Maximum { get; set; }
Property Value
Type |
Description |
System.String |
|
Minimum
Minimum value for the axis
Declaration
public string Minimum { get; set; }
Property Value
Type |
Description |
System.String |
|
NameSpace
Declaration
protected override string NameSpace { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
NavigatorBorder
Options for customizing the color and width of the chart border.
Declaration
public RangeNavigatorBorder NavigatorBorder { get; set; }
Property Value
NavigatorStyleSettings
Declaration
public RangeNavigatorStyleSettings NavigatorStyleSettings { get; set; }
Property Value
PeriodSelectorSettings
Declaration
public RangeNavigatorPeriodSelectorSettings PeriodSelectorSettings { get; set; }
Property Value
Query
It defines the query for the data source.
Declaration
public string Query { get; set; }
Property Value
Type |
Description |
System.String |
|
Resized
Triggers after the range navigator resized
Declaration
public string Resized { get; set; }
Property Value
Type |
Description |
System.String |
|
SecondaryLabelAlignment
It specifies the label alignment for secondary axis labels
Declaration
public LabelAlignment SecondaryLabelAlignment { get; set; }
Property Value
SelectorRender
Triggers before the range navigator selector rendering
Declaration
public string SelectorRender { get; set; }
Property Value
Type |
Description |
System.String |
|
Series
It defines the configuration of series in the range navigator
Declaration
public List<RangeNavigatorRangenavigatorSeries> Series { get; set; }
Property Value
Skeleton
Specifies the skeleton format in which the dateTime format will process.
Declaration
public string Skeleton { get; set; }
Property Value
Type |
Description |
System.String |
|
SkeletonType
It specifies the type of format to be used in dateTime format process.
Declaration
public SkeletonType SkeletonType { get; set; }
Property Value
TagName
Declaration
protected override string TagName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Theme
Specifies the theme for the range navigator.
Declaration
public ChartTheme Theme { get; set; }
Property Value
TickPosition
Tick Position for the axis
Declaration
public AxisPosition TickPosition { get; set; }
Property Value
Options for customizing the tooltip of the chart.
Declaration
public RangeNavigatorRangeTooltipSettings Tooltip { get; set; }
Property Value
Triggers before the tooltip for series is rendered.
Declaration
public string TooltipRender { get; set; }
Property Value
Type |
Description |
System.String |
|
UseGroupingSeparator
Specifies whether a grouping separator should be used for a number.
Declaration
public bool UseGroupingSeparator { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Value
Selected range for range navigator.
Declaration
public object Value { get; set; }
Property Value
Type |
Description |
System.Object |
|
ValueType
Declaration
public RangeValueType ValueType { get; set; }
Property Value
Width
The width of the range navigator as a string accepts input as both like '100px' or '100%'.
If specified as '100%, range navigator renders to the full width of its parent element.
Declaration
public string Width { get; set; }
Property Value
Type |
Description |
System.String |
|
XName
It defines the xName for the range navigator.
Declaration
public string XName { get; set; }
Property Value
Type |
Description |
System.String |
|
YName
It defines the yName for the range navigator.
Declaration
public string YName { get; set; }
Property Value
Type |
Description |
System.String |
|