Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NChartProjectionButtonCommand Class
Members


In This Topic
    NChartProjectionButtonCommand Class
    In This Topic
    Base for all commands that modify the chart projection.
    Object Model
    NChartProjectionButtonCommand Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NChartProjectionButtonCommand 
       Inherits NChartPanelButtonCommand
       Implements INChartButtonCommand, Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NChartProjectionButtonCommand
    public abstract class NChartProjectionButtonCommand : NChartPanelButtonCommand, INChartButtonCommand, Nevron.INReferenceHolder  
    Inheritance Hierarchy

    System.Object
       Nevron.Chart.WinForm.NChartCommand
          Nevron.Chart.WinForm.NChartButtonCommand
             Nevron.Chart.WinForm.NChartPanelButtonCommand
                Nevron.Chart.WinForm.NChartProjectionButtonCommand
                   Nevron.Chart.WinForm.N2DProjectionCommand
                   Nevron.Chart.WinForm.NElevationDownCommand
                   Nevron.Chart.WinForm.NElevationUpCommand
                   Nevron.Chart.WinForm.NOrthogonalProjectionCommand
                   Nevron.Chart.WinForm.NPerspectiveProjectionCommand
                   Nevron.Chart.WinForm.NRotateLeftCommand
                   Nevron.Chart.WinForm.NRotateRightCommand
                   Nevron.Chart.WinForm.NViewerRotationLeftCommand
                   Nevron.Chart.WinForm.NViewerRotationRightCommand
                   Nevron.Chart.WinForm.NZoomInCommand
                   Nevron.Chart.WinForm.NZoomOutCommand

    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