C# Класс NPlot.BaseSequenceLinePlot

supplies implementation of basic functionality for plots based on drawing lines [line, step and histogram].
If C# had multiple inheritance, the heirachy would be different. The way it is isn't very nice.
Наследование: BaseSequencePlot, ISequencePlot
Показать файл Открыть проект

Открытые методы

Метод Описание
DrawInLegend ( Graphics g, Rectangle startEnd ) : void

Draws a representation of this plot in the legend.

Описание методов

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