The following tables list the members exposed by JsOptions.
Name | Description | |
---|---|---|
![]() | JsOptions Constructor | Creates an instance of the JsOptions object. |
Name | Description | |
---|---|---|
![]() | AxisToZoom | Gets or sets a string value that determines which axes can be zoomed. Possible values are 'X', 'Y', 'XY', 'None' |
![]() | Buttons | Gets or sets the export and print button options. |
![]() | ControlID | Gets 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. |
![]() | Enabled | Gets or sets a value that determines whether the JavaScript chart is enabled. |
![]() | EnableElementSelection | Gets or sets a value that determines whether elements can be selected by clicking on them. |
![]() | ExportServer | Gets or sets the export server. |
![]() | InitialAnimationDuration | Gets or sets the initial animation duration in milliseconds. This applies to the initial animations when a chart is loaded. |
![]() | JQuery | Gets or sets the JQuery URL. Defaults to http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js |
![]() | LanguageStrings | Gets or sets the language string options. |
![]() | Settings | Gets 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. |