Chart for .NET / Getting Started / Integrating ThinWeb Chart / Chart Toolbar
In This Topic
Chart Toolbar
In This Topic

The Nevron Chart ThinWeb control has an integrated toolbar. The basics of the toolbar configuration are described in the Toolbar topic. Following is a brief description of the actions that are specific the to the chart:

 

Type Description
NToggleDataPanToolAction

Toggles the enabled state of the NDataPanTool tool if it is present in the Controller.Tools collection.

NToggleDataZoomToolAction

Toggles the enabled state of the NDataZoomTool tool if it is present in the Controller.Tools collection.

NTogglePanelSelectorToolAction

Toggles the enabled state of the NPanelSelector tool if it is present in the Controller.Tools collection.

NToggleTrackballToolAction

Toggles the enabled state of the NPanelSelector tool if it is present in the Controller.Tools collection.

NToggleChart3DAction Toggles the active chart Enable3D property.
NToggleChartLightingAction Toggles the active chart lighting.

 

 Related Examples

Nevron Chart\Web Forms\Toolbar Configuration
Nevron Chart\Mvc\Toolbar Configuration