Development tools : XUI editor : XUI widgets and containers : Dojo Widgets : Chart
  
Chart
You can use the Chart Widget to create two dimensional charts.
UDTT supports the following charts:
Areas
Areas chart
Bars
Bars chart
Bubble
Bubble chart
Candlesticks
Candlestickschart
Columns
Columns chart
ClusteredColumns
ClusteredColumnschart
StackedColumns
StackedColumns
Lines
Lines chart
Markers
Markers chart
MarkersOnly
MarkersOnly
OHLC
OHLC chart
Pie
Pie chart
StackedAreas
StackedAreaschart
StackedBars
StackedBarschart
StackedLines
StackedLineschart
ClusteredBars
ClusteredBars
See
Chart 2D
Plot
Series
Mapping
See also
Dojo Widgets
Chart 2D
You can set the properties of Chart 2D, such as the common property, the Grid property, the Widget Axis vertical property and the WidgetAxis horizontal property.
Common
This graphic is described in the surrounding text.
Grid
This graphic is described in the surrounding text.
Widget Axis vertical
This graphic is described in the surrounding text.
WidgetAxis horizontal
This graphic is described in the surrounding text.
See also
Chart
Plot
You can set the properties of Plot, such as the common property, the properties for Bars Columns Candel Stick Plots, the Labels property, the Pie property, the Shadow property, the Stroke property, and the Animation property.
Common
This graphic is described in the surrounding text.
For Bars, Columns, CandelStick Plots
Note These properties are available for Bars, Columns, and CandelStick Plots only.
This graphic is described in the surrounding text.
Labels
This graphic is described in the surrounding text.
Pie
This graphic is described in the surrounding text.
Note These properties are available for Pie only.
Shadow
This graphic is described in the surrounding text.
Stroke
This graphic is described in the surrounding text.
Widget Animation
This graphic is described in the surrounding text.
See
Creating Dojo Plot
See also
Chart
Creating Dojo Plot
1 On the Chart 2D window, click the Items tab to see the list of Plot for this plot.
2 Click the This graphic is described in the surrounding text. button beside the Plot field to open the Plot basic properties window.
3 Select the Chart type from the list and specify the other basic properties, such as Highlight, Show Markers, and Use tooltip. Then click Next to open the Animation window.
4 On the Animation window, specify the following fields:
This graphic is described in the surrounding text.
5 Click Next to go to the Series in current plot window.
6 Click the This graphic is described in the surrounding text. button to open the Provide Series Name window. Specify the Name of the widget, and then click Next to open the Select store widget window.
The name of the widget must be unique.
7 On the Select store widget window, select a widget from the BTT Store Widgets and click Next. The Select root path of mapping data window opens. You can also click the This graphic is described in the surrounding text. button to create a new store widget.
8 Select the root path and click Next. The Select Data name for this Series window opens.
You must select the iColl collection as the root path.
9 On the Select Data name for this Series window, specify Mapping Type and its corresponding properties.
See Mapping.
10 Click Finish.
See also
Plot
Series
You can set the properties for Series on the Series tab.
 
Series
Properties
 
This graphic is described in the surrounding text.
See
Creating Dojo Series
See also
Chart
Creating Dojo Series
You can follow these instructions to create Dojo Series.
1 On the Plot window, click the Items tab to see the list of Series for this plot.
2 Click the add button beside the Series field to open the Create New Store Widget window.
3 Specify the Name of the widget and click Next to open the Select store widget window.
The name of the widget must be unique.
4 On the Select store widget window, select a widget from the BTT Store Widgets and click Next. The Select root path of mapping data window opens. You can also click the add button to create a new store widget.
5 Select the root path and click Next. The Select Data name for this Series window opens.
You must select the iColl collection as the root path.
6 On the Select Data name for this Series window, specify Mapping Type and its corresponding properties.
7 Click Finish.
See also
Series
Mapping
You can select different type for the Mapping properties of Series on the mapping tab of the Series window.
Mapping has three mapping types: Complex, Simple and Stock.
Complex
This graphic is described in the surrounding text.
Simple
This graphic is described in the surrounding text.
Stock
This graphic is described in the surrounding text.
See also
Chart