NPlot.ImagePlot.DrawInLegend C# (CSharp) Метод

DrawInLegend() публичный Метод

Draws a representation of this plot in the legend.
public DrawInLegend ( Graphics g, Rectangle startEnd ) : void
g System.Drawing.Graphics The graphics surface on which to draw.
startEnd System.Drawing.Rectangle A rectangle specifying the bounds of the area in the legend set aside for drawing.
Результат void
        public void DrawInLegend( Graphics g, Rectangle startEnd )
        {
            // not implemented yet.
        }