Highcharts .NET  11.3.0
Highsoft.Web.Mvc.Charts.Navigation Class Reference

Inherits BaseObject.

Properties

NavigationAnnotationsOptions AnnotationsOptions [get, set]
 Additional options to be merged into all annotations. More...
 
NavigationBindings Bindings [get, set]
 Bindings definitions for custom HTML buttons. Each binding implementssimple event-driven interface:- className: classname used to bind event to- init: initial event, fired on button click- start: fired on first click on a chart- steps: array of sequential events fired one after another on each of users clicks- end: last event to be called after last step event More...
 
string BindingsClassName [get, set]
 A CSS class name where all bindings will be attached to. Multiplecharts on the same page should have separate class names to preventduplicating events.Default value of versions < 7.0.4 highcharts-bindings-wrapper More...
 
NavigationBreadcrumbs Breadcrumbs [get, set]
 Options for breadcrumbs. Breadcrumbs general options are defined innavigation.breadcrumbs. Specific options for drilldown are set indrilldown.breadcrumbs and for tree-like series traversing, inplotOptions[series].breadcrumbs. More...
 
NavigationButtonOptions ButtonOptions [get, set]
 A collection of options for buttons appearing in the exportingmodule.In styled mode, the buttons are styled with the<tt>.highcharts-contextbutton and .highcharts-button-symbol classes. More...
 
NavigationEvents Events [get, set]
 Events to communicate between Stock Tools and custom GUI. More...
 
string IconsURL [get, set]
 Path where Highcharts will look for icons. Change this to use iconsfrom a different server. More...
 
Hashtable MenuItemHoverStyle [get, set]
 CSS styles for the hover state of the individual items within thepopup menu appearing by default when the export icon is clicked. Themenu items are rendered in HTML. More...
 
Hashtable MenuItemStyle [get, set]
 CSS styles for the individual items within the popup menu appearingby default when the export icon is clicked. The menu items arerendered in HTML. Font size defaults to 11px on desktop and 14pxon touch devices. More...
 
Hashtable MenuStyle [get, set]
 CSS styles for the popup menu appearing by default when the exporticon is clicked. This menu is rendered in HTML. More...
 
Hashtable CustomFields [get, set]
 

Property Documentation

◆ AnnotationsOptions

NavigationAnnotationsOptions Highsoft.Web.Mvc.Charts.Navigation.AnnotationsOptions
getset

Additional options to be merged into all annotations.

◆ Bindings

NavigationBindings Highsoft.Web.Mvc.Charts.Navigation.Bindings
getset

Bindings definitions for custom HTML buttons. Each binding implementssimple event-driven interface:- className: classname used to bind event to- init: initial event, fired on button click- start: fired on first click on a chart- steps: array of sequential events fired one after another on each of users clicks- end: last event to be called after last step event

◆ BindingsClassName

string Highsoft.Web.Mvc.Charts.Navigation.BindingsClassName
getset

A CSS class name where all bindings will be attached to. Multiplecharts on the same page should have separate class names to preventduplicating events.Default value of versions < 7.0.4 highcharts-bindings-wrapper

◆ Breadcrumbs

NavigationBreadcrumbs Highsoft.Web.Mvc.Charts.Navigation.Breadcrumbs
getset

Options for breadcrumbs. Breadcrumbs general options are defined innavigation.breadcrumbs. Specific options for drilldown are set indrilldown.breadcrumbs and for tree-like series traversing, inplotOptions[series].breadcrumbs.

◆ ButtonOptions

NavigationButtonOptions Highsoft.Web.Mvc.Charts.Navigation.ButtonOptions
getset

A collection of options for buttons appearing in the exportingmodule.In styled mode, the buttons are styled with the<tt>.highcharts-contextbutton and .highcharts-button-symbol classes.

◆ Events

NavigationEvents Highsoft.Web.Mvc.Charts.Navigation.Events
getset

Events to communicate between Stock Tools and custom GUI.

◆ IconsURL

string Highsoft.Web.Mvc.Charts.Navigation.IconsURL
getset

Path where Highcharts will look for icons. Change this to use iconsfrom a different server.

◆ MenuItemHoverStyle

Hashtable Highsoft.Web.Mvc.Charts.Navigation.MenuItemHoverStyle
getset

CSS styles for the hover state of the individual items within thepopup menu appearing by default when the export icon is clicked. Themenu items are rendered in HTML.

◆ MenuItemStyle

Hashtable Highsoft.Web.Mvc.Charts.Navigation.MenuItemStyle
getset

CSS styles for the individual items within the popup menu appearingby default when the export icon is clicked. The menu items arerendered in HTML. Font size defaults to 11px on desktop and 14pxon touch devices.

◆ MenuStyle

Hashtable Highsoft.Web.Mvc.Charts.Navigation.MenuStyle
getset

CSS styles for the popup menu appearing by default when the exporticon is clicked. This menu is rendered in HTML.


The documentation for this class was generated from the following file: