In This Topic
The C1OlapChart control includes a smart tag (
) in Visual Studio. A smart tag represents a short-cut tasks menu that provides the most commonly used properties in C1OlapChart.
To access the C1OlapChart Tasks menu, click the smart tag in the upper-right corner of the C1OlapChart control.
The C1OlapChart Tasks menu operates as follows:
- Choose Data Source
Clicking the drop-down list next to Choose Data Source allows you to select a C1OlapPanel to bind the chart to.
- About C1OlapChart
Clicking About C1OlapChart displays a dialog box, which is helpful in finding the version of C1Chart and online resources.
- Dock in parent container
Clicking Dock in parent container sets the Dock property to Fill so the control becomes bound to the container. The menu option then changes to Undock in parent container; if you click this, it will set the Dock property to None so none of the borders of the control are bound to the container.
For more information on any of the C1OlapChart Tasks menu items, see the 2D Chart for WinForms documentation.