'Declaration Public Enum ChartToolbarButtons Inherits System.Enum
'Usage Dim instance As ChartToolbarButtons
public enum ChartToolbarButtons : System.Enum
'Declaration Public Enum ChartToolbarButtons Inherits System.Enum
'Usage Dim instance As ChartToolbarButtons
public enum ChartToolbarButtons : System.Enum
Member | Description |
---|---|
ActiveChart | Changes the active chart |
BackgroundFillEffect | Controls the background fill effect |
ChartEditor | Shows the chart control Editor |
DecreaseChartDepth | Decreases the chart depth |
DecreaseChartHeight | Decreases the chart height |
DecreaseChartWidth | Decreases the chart width |
ElevationDown | Makes the current controlled object to around the x axis by increasing the Rotation property of its N3DView object with the value of the toolbar’s ElevationStep property. |
ElevationUp | Makes the current controlled object to rotate around the x axis by decreasing the Rotation property of its N3DView object with the value of the toolbar’s ElevationStep property. |
ImageBorder | Applies a predefiened image border |
ImageExport | Shows the import export dialog |
IncreaseChartDepth | Increases the chart depth |
IncreaseChartHeight | Increases the chart height |
IncreaseChartWidth | Increases the chart width |
Load | Loads the component state from file |
MouseDisabled | Sets the mouse drag mode to Disabled |
MouseOffset | Sets the mouse drag mode to Offset mode. |
MouseTrackball | Sets the mouse drag mode to Trackball mode. |
MouseZoom | Sets the mouse drag mode to Zoom mode. |
OffsetXLeft | Makes the current controlled object to move to left by decreasing the OffsetX property of its N3DView object with the value of the toolbar’s OffsetXStep property. |
OffsetXRight | Makes the current controlled object to move to right by increasing the OffsetX property of its N3DView object with the value of the toolbar’s OffsetXStep property. |
OffsetYDown | Makes the current controlled object to move down by decreasing the OffsetY property of its N3DView object with the value of the toolbar’s OffsetYStep property. |
OffsetYUp | Makes the current controlled object to move up by increasing the OffsetY property of its N3DView object with the value of the toolbar’s OffsetYStep property. |
Orthogonal | Sets orthogonal projection for the currently controlled chart. |
Perspective | Sets perspective projection for the currently controlled chart |
PredefinedLightScheme | Applies a predefined light scheme |
PredefinedProjection | Applies a predefined projection the the currently controlled chart |
Shows the build in print manager | |
RenderDevice | Switches between OpenGL and GDI+ rendering |
RotateLeft | Makes the current controlled object to rotate left by increasing the Rotation property of its N3DView object with the value of the toolbar’s RotationStep property. |
RotateRight | Makes the current controlled object to rotate right by decreasing the Rotation property of its N3DView object with the value of the toolbar’s RotationStep property. |
Save | Saves the component state to file |
Separator | The separator does not receive user input. It is used to separate different items in the toolbar. |
View2D | Sets 2-dimensional view for the currently controlled chart |
ViewerRotationLeft | Decreases the ViewerRotation property of the current controlled object’s N3DView object with the value of the toolbar’s ViewerRotationStep property. |
ViewerRotationRight | Increases the ViewerRotation property of the current controlled object’s N3DView object with the value of the toolbar’s ViewerRotationStep property. |
Wizard | Shows the chart control Wizard |
ZoomIn | Makes the current controlled object to zoom in by increasing the Zoom property of its N3DView object with the value of the toolbar’s ZoomStep property. |
ZoomOut | Makes the current controlled object to zoom out by decreasing the Zoom property of its N3DView object with the value of the toolbar’s ZoomStep property. |
System.Object
System.ValueType
System.Enum
Xceed.Chart.ChartToolbarButtons
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2