|
|
|
|
|
Interactive Elements
User interaction adds to the appeal of any control. Keeping this in mind the Chart Control has been designed to be completely user-friendly and supports several user interaction elements.
|
|
|
|
The data points on the chart can be auto-highlighted on mouse hover. The highlight color for such elements can be customized.
Auto-Highlighted Column
|
|
|
|
Using the Mouse events fired by the chart you can drag and drop a data point to a new location on the chart.
Drag and Drop Data Point
|
|
|
|
The Interactive Cursor feature lets you position the cursors at a specific data point in a series. The X and Y coordinates of this point can be read using the horizontal and vertical line passing through the data point and intersecting the X and Y axis respectively. These lines can be dragged and positioned specific data points.
You can also use the up and down arrow-keys to move the horizontal cursor, and the left and right arrow-keys to move the vertical cursor.
Chart with Cursor
|
|
|
|
ToolTips can be displayed on mouse hover over chart area, data points and other regions. Customization options are also available for the tool tip text.
ToolTip Displayed
Fancy ToolTip
Essential Chart also includes a Fancy ToolTip feature. The ToolTip looks like a balloon and includes information regarding the series name and X,Y values.
"Smooth Rectangle" Fancy ToolTip on a Data Point
|
|
|
|
A built-in Toolbar is available for Chart Control which can be displayed during run-time. This Toolbar includes commands for the following functionalities:
-
Save Chart
-
Print Chart
-
Chart Color Palette
-
Chart Type
Chart ToolBar at Run-time
|
|
|
|
Built-in context menus can be displayed for Chart Control. The context menu provides options for performing the following chart operations:
-
Modify Chart Type
-
Modify Data Legend,
-
Modify Color Palette
-
Save Chart
-
Print Chart
Change Color Palette Using Context Menu
|
|
|
|
The Point of a data point is defined with respect to its position on the Chart Control screen and the value of a data point is defined by its X and Y-coordinates. The Get Point or Value feature allows you to obtain Value from Point or Point from Value on Chart Control.
Tool Tip displaying Point to Value Conversion and Vice Versa.
|
|
|
|
|
|
|
|