query

Specifies the query, Worksheet, or data model bound to the Chart element.

Type

string

Example

// Query:

Chart1.query = 'customers';

Chart1.query = 'DWS/Fast Go Game'

 

// Global Worksheet:

Chart1.query = 'ws:global:State Stats';

Chart1.query = 'ws:global:Sales/Sales Explore';

 

// Local Worksheet:

Chart1.query = "ws:Sales Explore";

 

// User Worksheet:

Chart1.query = "ws:Annie:Sales Explore";

// Data Model:

Chart1.query = "Orders/logicModel::Return Model"

See Also

Binding Queries, for general information on the 'query' property.

Creating a Local Query, in Data Modeling, for information about local queries.

Creating a Local Worksheet, in Data Mashup, for information about local Worksheets.

Controlling Access to an Asset, in Data Mashup, for information about user Worksheets.

Modifying a Chart Data Binding, for an example of data binding.

query, for the equivalent Table property.

query, for the equivalent Section property.

<< SI.10.1 General Properties © 1996-2013 InetSoft Technology Corporation (v11.4) graph >>