NavigatorOptions Class Properties
For a list of all members of this type, see NavigatorOptions members.
Public Properties
Name | Description | |
---|---|---|
![]() | AnimationDuration | Gets or sets the global animation duration in milliseconds. This applies to all animations between ranges on the x axis. |
![]() | ControlID | Gets or sets the ID of the silverlight plugin tag generated on the HTML page. Setting this property provides a reference to the silverlight plugin from within the page using JavaScript. |
![]() | DownlevelUrl | Redirect to the provided URL the end user does not have Silverlight installed. This property works with SilverlightInstall. |
![]() | EnableBrowserStatusHelp | Gets or sets a value that indicates whether the status bar displays a help messages. |
![]() | EnableCellVisualCues | Gets or sets a value that determines whether cells smaller than the axis ticks are used in the chart area axis. |
![]() | Enabled | Gets or sets a value that determines whether the navigator is enabled. |
![]() | EnableMouseTracking | Gets or sets a value that indicates whether the mouse is tracked. |
![]() | EnablePreviewAreaChart | Gets or sets a value that indicates whether an image of the first chart area shown in the preview area. |
![]() | EnableWindowlessMode | Gets or sets a value that determines whether the Navigator displays as a windowless plug-in. |
![]() | EnableXScrollbar | Gets or sets a value that determines if the horizontal scrollbar is enabled. |
![]() | GenerateImagePreview | Gets or sets a value that determines whether an image of the chart is generated on the server to display while the Navigator chart is loading. |
![]() | LoadingAnimation | Gets or sets the LoadingAnimation type that displays while the client-side chart is loading. |
![]() | LoadingTextOverride | Gets or sets single string which can have three different strings separated by a '|' character. The downloading string can contain the token "Percentage" which will be replaced with the percent downloaded when the chart is loading. The default setting isPercentage)|Loading" |
![]() | NavigationBar | Gets or sets the navigation bar settings and options. |
![]() | PreviewAreaHeight | Gets or sets a value that determines the height of the preview area in pixels. |
![]() | PreviewAreaNavigationOptons | Gets or sets the PreviewAreaNavigationOption enum flags that specify navigation options for the preview area. |
![]() | SilverlightInstall | Gets or sets the SilverlightInstall behavior when the end user does not have Silverlight installed. |
![]() | SilverlightInstallMessage | Gets or sets a message used when suggesting the Silverlight plugin installation. |
![]() | SilverlightInstallWarning | Gets or sets a message shown when the Silverlight plugin is not installed and a static chart image is used. |
![]() | ZoomLimit | Gets or sets an object that determines the zoom limit. The object can be a TimeSpan, TimeInterval, or TimeIntervalAdvanced for time scales and Number for numeric and category scales. |
See Also