![]() | When plots are added to the plot surface, the axes they are attached to are immediately modified to reflect data of the plot. If AutoScaleAutoGeneratedAxes is true when a plot is added, the axes will be turned in to auto scaling ones if they are not already [tick marks, tick text and label size scaled to size of plot surface]. If false, axes will not be autoscaling. |
![]() | Whether or not the title will be scaled according to size of the plot surface. |
![]() | Gets an array list containing all drawables currently added to the PlotSurface2D. |
![]() | Gets or Sets the legend to use with this plot surface. |
![]() | Setting this value determines the order (relative to IDrawables added to the plot surface) that the legend is drawn. |
![]() | The distance in pixels to leave between of the edge of the bounding rectangle supplied to the Draw method, and the markings that make up the plot. |
![]() | A Rectangle brush used to paint the plot background. Mutually exclusive with PlotBackColor and PlotBackBrush |
![]() | A color used to paint the plot background. Mutually exclusive with PlotBackImage and PlotBackBrush |
![]() | An imaged used to paint the plot background. Mutually exclusive with PlotBackColor and PlotBackBrush |
![]() | Smoothing mode to use when drawing plots. |
![]() | The plot surface title. |
![]() | The brush used for drawing the title. |
![]() | Sets the title to be drawn using a solid brush of this color. |
![]() | The plot title font. |
![]() | The bottom abscissa axis. |
![]() | The top abscissa axis. |
![]() | The left ordinate axis. |
![]() | The right ordinate axis. |
![]() | Overloaded. Adds a drawable object to the plot surface. If the object is an IPlot, the PlotSurface2D axes will also be updated. |
![]() | Add an axis constraint to the plot surface. Axis constraints can specify relative world-pixel scalings, absolute axis positions etc. |
![]() | Clears the PlotSurface2D. |
![]() | Remove a drawable object from the plot surface. |
IPlotSurface2D Interface | NPlot Namespace