Xceed Chart for WinForms v4.4 Documentation
ChartToolbarControl Buttons
Welcome to Xceed Chart for WinForms v4.4 > Installation Instructions > Integrating into Windows Forms > ChartToolbarControl > ChartToolbarControl Buttons

The predefined buttons that can be used in the ChartToolbarControl are defined by the ChartToolbarButtons enumeration:
 

ChartToolbarControl Buttons
Icon Enum member Description
Load Loads the component state from file.
Save Saves the component state to file.
ImportExport Shows the Import Export dialog.
Print Shows the built-in print manager.
ActiveChart Changes the active chart.
Wizard Shows the Chart Wizard.
ChartEditor Shows the Chart Editor.
RotateLeft Makes the current controlled object rotate left by increasing the Rotation property of its View object by the value of the toolbar’s RotationStep property.
RotateRight Makes the current controlled object rotate right by decreasing the Rotation property of its View object by the value of the toolbar’s RotationStep property.
ElevationUp Makes the current controlled object rotate around the X axis by decreasing the Rotation property of its View object by the value of the toolbar’s ElevationStep property.

ElevationDown

Makes the current controlled object around the X axis by increasing the Rotation property of its View object by the value of the toolbar’s ElevationStep property.

ZoomIn Makes the current controlled object zoom in by increasing the Zoom property of its View object by the value of the toolbar’s ZoomStep property.
ZoomOut Makes the current controlled object zoom out by decreasing the Zoom property of its View object by the value of the toolbar’s ZoomStep property.
ViewerRotationLeft Decreases the ViewerRotation property of the current controlled object’s View object by the value of the toolbar’s RotationStep property.
ViewerRotationRight Increases the ViewerRotation property of the current controlled object’s View object by the value of the toolbar’s RotationStep property.
OffsetXLeft Makes the current controlled object move left by decreasing the OffsetX property of its ChartToolbarControl object by the value of the toolbar’s OffsetXStep property.
OffsetXRight Makes the current controlled object move right by increasing the OffsetX property of its ChartToolbarControl object by the value of the toolbar’s OffsetXStep property.
OffsetYUp Makes the current controlled object move up by increasing the OffsetY property of its ChartToolbarControl object by the value of the toolbar’s OffsetYStep property.
OffsetYDown Makes the current controlled object move down by decreasing the OffsetY property of its ChartToolbarControl object with the value of the toolbar’s OffsetYStep property.
IncreaseChartWidth Increases the chart width.
IncreaseChartHeight Increases the chart height.
IncreaseChartDepth Increases the chart depth.
DecreaseChartWidth Decreases the chart width.
DecreaseChartHeight Decreases the chart height.
DecreaseChartDepth Decreases the chart depth.
Orthogonal Sets orthogonal projection for the currently controlled chart.
Perspective Sets perspective projection for the currently controlled chart.
View2D Sets 2-dimensional view for the currently controlled chart.
PredefinedProjection Applies a predefined projection to the currently controlled chart.
MouseDisabled Sets the mouse drag mode to Disabled.
MouseTrackball Sets the mouse drag mode to Trackball mode.
MouseZoom Sets the mouse drag mode to Zoom mode.
MouseOffset Sets the mouse drag mode to Offset mode.
PredefinedLightScheme Applies a predefined light scheme.
ImageBorder Applies a predefined image border.

BackgroundFillEffect

Controls the background fill effect.

RenderDevice

Controls the render device and render surface of the control.

na

Separator

The separator does not receive user input. It is used to separate different items in the toolbar.

Related Examples

Windows Forms: Visual Interface Components\Chart Toolbar

See Also

ChartToolbarControl | ChartToolbarButtons