C# Class Graph.Graph.Entry

グラフの項目。
Show file Open project: ufcpp/UfcppSample

Public Properties

Property Type Description
pen System.Drawing.Pen
x double[]
y double[]

Public Methods

Method Description
Entry ( double x, double y, Pen pen ) : System
IsInvalid ( ) : bool

Method Details

Entry() public method

public Entry ( double x, double y, Pen pen ) : System
x double
y double
pen System.Drawing.Pen
return System

IsInvalid() public method

public IsInvalid ( ) : bool
return bool

Property Details

pen public property

public Pen,System.Drawing pen
return System.Drawing.Pen

x public property

public double[] x
return double[]

y public property

public double[] y
return double[]