Nevron .NET Vision
Nevron.Chart.WinForm Namespace / ChartCommand Enumeration


In This Topic
    ChartCommand Enumeration
    In This Topic
    Enumeration identifing the available chart commands
    Syntax
    'Declaration
     
    
    Public Enum ChartCommand 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ChartCommand
    public enum ChartCommand : System.Enum 
    Members
    MemberDescription
    ApplyStyleSheetApplies a style sheet to the chart document
    BackgroundFillStyleControls the background fill style
    BackgroundFrameStyleControls the background frame style
    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.
    ImageExportShows the import export dialog
    IncreaseChartDepthIncreases the chart depth
    IncreaseChartHeightIncreases the chart height
    IncreaseChartWidthIncreases the chart width
    LastCommandIdId for the last command
    MouseOffsetSets the mouse drag mode to Offset mode.
    MouseSelectSets the mouse drag mode to Disabled
    MouseTrackballSets the mouse drag mode to Trackball mode.
    MouseZoomSets the mouse drag mode to Zoom mode.
    NudgeDownMakes 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.
    NudgeLeftMakes 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.
    NudgeRightMakes 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.
    NudgeUpMakes 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.
    OpenLoads the component state from file
    OrthogonalSets orthogonal projection for the currently controlled chart.
    PageSetupShows the built-in print manager
    PerspectiveSets perspective projection for the currently controlled chart
    PredefinedLightModelApplies a predefined light scheme
    PredefinedProjectionApplies a predefined projection the the currently controlled chart
    PrintShows the built-in print manager
    RenderDevice 
    RenderSurface 
    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
    Toggle3DToggles 3D
    ToggleLightingToggles lighting
    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
             Nevron.Chart.WinForm.ChartCommand

    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