The following tables list the members exposed by JsOptions.
Name | Description | |
---|---|---|
![]() | JsOptions Constructor | Creates an instance of the JsOptions object. |
Name | Description | |
---|---|---|
![]() | AxisToZoom | |
![]() | Buttons | Gets or sets the export and print button options. |
![]() | Calendar | Gets or sets the calendar 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. |
![]() | Data | |
![]() | DataGrid | Gets or sets JavaScript DataGrid options. |
![]() | 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. |
![]() | EnableMouseTracking | Gets or sets a value that determines whether the mouse tracking is enabled for all series. |
![]() | ExportServer | Gets or sets the export server. |
![]() | Highlights | Gets or sets the calendar highlight options. |
![]() | 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 https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js |
![]() | LanguageStrings | Gets or sets the language string options. |
![]() | Mapping | Exposes options for use with mapping. |
![]() | RenderCallback | Gets or sets the name of a javascript function defined within the page. This function is called after the javascript chart renders. |
![]() | ScriptReference | Gets the required script references after calling Chart.GetChartJS |
![]() | 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. |