.netCHARTING v10.5 Documentation
Properties 

dotnetCHARTING Namespace : JsOptions Class
JsOptions Class Members

The following tables list the members exposed by JsOptions.

Public Constructors
 NameDescription
Public ConstructorCreates an instance of the JsOptions object.  
Top
Public Properties
 NameDescription
Public Property  
Public PropertyGets or sets the export and print button options.  
Public PropertyGets or sets the calendar options.  
Public PropertyGets or sets the ID of the JavaScript chart plugin tag generated on the HTML page. Setting this property provides a reference to the chart plugin from within the page using JavaScript.  
Public Property  
Public PropertyGets or sets JavaScript DataGrid options.  
Public PropertyGets or sets a value that determines whether the JavaScript chart is enabled.  
Public PropertyGets or sets a value that determines whether elements can be selected by clicking on them.  
Public PropertyGets or sets a value that determines whether the mouse tracking is enabled for all series.  
Public PropertyGets or sets the export server.  
Public PropertyGets or sets the calendar highlight options.  
Public PropertyGets or sets the initial animation duration in milliseconds. This applies to the initial animations when a chart is loaded.  
Public PropertyGets or sets the JQuery URL. Defaults to https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js  
Public PropertyGets or sets the language string options.  
Public PropertyExposes options for use with mapping.  
Public PropertyGets or sets the name of a javascript function defined within the page. This function is called after the javascript chart renders.  
Public PropertyGets the required script references after calling Chart.GetChartJS  
Public PropertyGets or sets a dictionary containing additional JSChart properties and values to set before the JS chart renders. The string based key and value pair consists of a property path and value.  
Top
See Also