C# Класс NPlot.LabelPointPlot

Encapsulates functionality
Наследование: PointPlot, ISequencePlot
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Draw ( Graphics g, PhysicalAxis xAxis, PhysicalAxis yAxis ) : void

Draws the plot on a GDI+ surface against the provided x and y axes.

LabelPointPlot ( ) : System

Default Constructor

LabelPointPlot ( Marker marker ) : System

Constructor

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

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

Draws the plot on a GDI+ surface against the provided x and y axes.
public Draw ( Graphics g, PhysicalAxis xAxis, PhysicalAxis yAxis ) : void
g System.Drawing.Graphics The GDI+ surface on which to draw.
xAxis PhysicalAxis The X-Axis to draw against.
yAxis PhysicalAxis The Y-Axis to draw against.
Результат void

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

Default Constructor
public LabelPointPlot ( ) : System
Результат System

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

Constructor
public LabelPointPlot ( Marker marker ) : System
marker Marker The marker type to use for this plot.
Результат System