Class NavigatorStyleSettings
Inherited Members
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class NavigatorStyleSettings : EJTagHelper
Constructors
NavigatorStyleSettings()
Declaration
public NavigatorStyleSettings()
Properties
Background
Gets or sets the Background of RangeNavigator
Declaration
[JsonProperty("background")]
public string Background { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the background color of range navigator.
Border
Gets or sets the Border of RangeNavigator
Declaration
[JsonProperty("border")]
public LineStyle Border { get; set; }
Property Value
Type | Description |
---|---|
LineStyle |
Remarks
Options for customizing the border color and width of range navigator.
HighlightSettings
Gets or sets the Highlight of RangeNavigator
Declaration
[JsonProperty("highlightSettings")]
[CLSCompliant(false)]
public Highlightsettings HighlightSettings { get; set; }
Property Value
Type | Description |
---|---|
Highlightsettings |
Remarks
Options for customizing the highlight color and border of range navigator.
LeftThumbTemplate
Gets or sets the LeftThumbTemplate of RangeNavigator
Declaration
[JsonProperty("leftThumbTemplate")]
public string LeftThumbTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the left side thumb template in range navigator we can give either div id or HTML string
MajorGridLineStyle
Gets or sets the MajorGridLineStyle of RangeNavigator
Declaration
[JsonProperty("majorGridLineStyle")]
public GridLineStyle MajorGridLineStyle { get; set; }
Property Value
Type | Description |
---|---|
GridLineStyle |
Remarks
Options for customizing the major grid lines.
MinorGridLineStyle
Gets or sets the MinorGridLineStyle of RangeNavigator
Declaration
[JsonProperty("minorGridLineStyle")]
public GridLineStyle MinorGridLineStyle { get; set; }
Property Value
Type | Description |
---|---|
GridLineStyle |
Remarks
Options for customizing the minor grid lines.
Opacity
Gets or sets the Opacity of RangeNavigator
Declaration
[JsonProperty("opacity")]
public float Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Remarks
Specifies the opacity of range navigator.
RightThumbTemplate
Gets or sets the RightThumbTemplate of RangeNavigator
Declaration
[JsonProperty("rightThumbTemplate")]
public string RightThumbTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the right side thumb template in range navigator we can give either div id or HTML string
SelectedRegionColor
Gets or sets the SelectedRegionColor of RangeNavigator
Declaration
[JsonProperty("selectedRegionColor")]
public string SelectedRegionColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the color of the selected region in range navigator.
SelectedRegionOpacity
Gets or sets the SelectedRegionOpacity of RangeNavigator
Declaration
[JsonProperty("selectedRegionOpacity")]
public float SelectedRegionOpacity { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Remarks
Specifies the opacity of the selected region in range navigator.
SelectionSettings
Gets or sets the Selection of RangeNavigator
Declaration
[JsonProperty("selectionSettings")]
[CLSCompliant(false)]
public RangeNavigatorSelectionsettings SelectionSettings { get; set; }
Property Value
Type | Description |
---|---|
RangeNavigatorSelectionsettings |
Remarks
Options for customizing the selection color and border of range navigator.
ThumbColor
Gets or sets the ThumbColor of RangeNavigator
Declaration
[JsonProperty("thumbColor")]
public string ThumbColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the stroke color of the thumb in range navigator.
ThumbRadius
Gets or sets the ThumbRadius of RangeNavigator
Declaration
[JsonProperty("thumbRadius")]
public int ThumbRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Specifies the radius of the thumb in range navigator.
ThumbStroke
Gets or sets the ThumbStroke of RangeNavigator
Declaration
[JsonProperty("thumbStroke")]
public string ThumbStroke { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the stroke color of the thumb in range navigator.
UnselectedRegionColor
Gets or sets the UnselectedRegionColor of RangeNavigator
Declaration
[JsonProperty("unselectedRegionColor")]
public string UnselectedRegionColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the color of the unselected region in range navigator.
UnselectedRegionOpacity
Gets or sets the UnselectedRegionOpacity of RangeNavigator
Declaration
[JsonProperty("unselectedRegionOpacity")]
public float UnselectedRegionOpacity { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Remarks
Specifies the opacity of the unselected region in range navigator.
Methods
ShouldSerializeBorder()
Declaration
public bool ShouldSerializeBorder()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeMajorGridLineStyle()
Declaration
public bool ShouldSerializeMajorGridLineStyle()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeMinorGridLineStyle()
Declaration
public bool ShouldSerializeMinorGridLineStyle()
Returns
Type | Description |
---|---|
System.Boolean |