C# (CSharp) NPlot.Windows Пространство имен

Классы

Имя Описание
PlotSurface An all encompasing Windows.Forms PlotSurface. This class allows you to place a single control in your form layout and draw to any type of plot surface (PlotSurface2D, PlotSurface3D etc) on it. As there is only one type of plot surface currently, this class isn't necessary... but more a planned soon. Also, the implementation isn't finished.
PlotSurface2D
PlotSurface2D.Interactions.AxisDrag
PlotSurface2D.Interactions.HorizontalDrag
PlotSurface2D.Interactions.HorizontalGuideline Horizontal line interaction
PlotSurface2D.Interactions.HorizontalRangeSelection This plot intraction allows the user to select horizontal regions.
PlotSurface2D.Interactions.Interaction Base class for an interaction. All methods are virtual. Not abstract as not all interactions need to use all methods. Default functionality for each method is to do nothing.
PlotSurface2D.Interactions.MouseWheelZoom
PlotSurface2D.Interactions.RubberBandSelection
PlotSurface2D.Interactions.VerticalDrag
PlotSurface2D.Interactions.VerticalGuideline
PlotSurface2D.PlotContextMenu Summary description for ContextMenu.
PlotSurface2D.PlotContextMenu.PlotMenuItem A Plot menu item suitable for specifying basic menu items
PlotSurface2D.PlotContextMenu.PlotMenuSeparator A plot menu item for separators.
PlotSurface2D.PlotContextMenu.PlotShowCoordinatesMenuItem A Plot Menu Item that provides necessary functionality for the show coordinates menu item (tick mark toggle in addition to basic functionality).
PlotSurface2D.PlotContextMenu.PlotZoomBackMenuItem A Plot Menu Item that provides necessary functionality for the zoom back menu item (graying out if zoomed right out in addition to basic functionality).