C# Class Graph.Graph.AxisSetting

軸の設定。
显示文件 Open project: ufcpp/UfcppSample

Public Properties

Property Type Description
brush System.Drawing.Brush
font System.Drawing.Font
max double
min double
split int

Public Methods

Method Description
AxisSetting ( ) : System
AxisSetting ( double min, double max, int split, Font font, Brush brush ) : System
IsInvalid ( ) : bool

Method Details

AxisSetting() public method

public AxisSetting ( ) : System
return System

AxisSetting() public method

public AxisSetting ( double min, double max, int split, Font font, Brush brush ) : System
min double
max double
split int
font System.Drawing.Font
brush System.Drawing.Brush
return System

IsInvalid() public method

public IsInvalid ( ) : bool
return bool

Property Details

brush public_oe property

public Brush,System.Drawing brush
return System.Drawing.Brush

font public_oe property

public Font,System.Drawing font
return System.Drawing.Font

max public_oe property

public double max
return double

min public_oe property

public double min
return double

split public_oe property

public int split
return int