Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.v4.4 Assembly / Xceed.Chart Namespace / ChartToolbarButtons Enumeration


In This Topic
    ChartToolbarButtons Enumeration
    In This Topic
    Enumeration identifing the available chart buttons
    Syntax
    'Declaration
     
    Public Enum ChartToolbarButtons 
       Inherits System.Enum
    'Usage
     
    Dim instance As ChartToolbarButtons
    public enum ChartToolbarButtons : System.Enum 
    Members
    MemberDescription
    ActiveChartChanges the active chart
    BackgroundFillEffectControls the background fill effect
    ChartEditorShows the chart control Editor
    DecreaseChartDepthDecreases the chart depth
    DecreaseChartHeightDecreases the chart height
    DecreaseChartWidthDecreases the chart width
    ElevationDownMakes 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.
    ElevationUpMakes 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.
    ImageBorderApplies a predefiened image border
    ImageExportShows the import export dialog
    IncreaseChartDepthIncreases the chart depth
    IncreaseChartHeightIncreases the chart height
    IncreaseChartWidthIncreases the chart width
    LoadLoads the component state from file
    MouseDisabledSets the mouse drag mode to Disabled
    MouseOffsetSets the mouse drag mode to Offset mode.
    MouseTrackballSets the mouse drag mode to Trackball mode.
    MouseZoomSets the mouse drag mode to Zoom mode.
    OffsetXLeftMakes 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.
    OffsetXRightMakes 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.
    OffsetYDownMakes 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.
    OffsetYUpMakes 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.
    OrthogonalSets orthogonal projection for the currently controlled chart.
    PerspectiveSets perspective projection for the currently controlled chart
    PredefinedLightSchemeApplies a predefined light scheme
    PredefinedProjectionApplies a predefined projection the the currently controlled chart
    PrintShows the build in print manager
    RenderDeviceSwitches between OpenGL and GDI+ rendering
    RotateLeftMakes 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.
    RotateRightMakes 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.
    SaveSaves the component state to file
    SeparatorThe separator does not receive user input. It is used to separate different items in the toolbar.
    View2DSets 2-dimensional view for the currently controlled chart
    ViewerRotationLeftDecreases the ViewerRotation property of the current controlled object’s N3DView object with the value of the toolbar’s ViewerRotationStep property.
    ViewerRotationRightIncreases the ViewerRotation property of the current controlled object’s N3DView object with the value of the toolbar’s ViewerRotationStep property.
    WizardShows the chart control Wizard
    ZoomInMakes 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.
    ZoomOutMakes 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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Chart.ChartToolbarButtons

    Requirements

    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

    See Also