C# Class SmartQuant.Controls.Data.BarSeriesMenuItem

Inheritance: System.Windows.Forms.ToolStripMenuItem
ファイルを表示 Open project: fastquant/fastquant.dll Class Usage Examples

Protected Properties

Property Type Description
barSize long
barType BarType

Public Methods

Method Description
BarSeriesMenuItem ( BarType barType, long barSize ) : System.Windows.Forms

Protected Methods

Method Description
BarSeriesMenuItem ( ) : System.Windows.Forms

Method Details

BarSeriesMenuItem() protected method

protected BarSeriesMenuItem ( ) : System.Windows.Forms
return System.Windows.Forms

BarSeriesMenuItem() public method

public BarSeriesMenuItem ( BarType barType, long barSize ) : System.Windows.Forms
barType BarType
barSize long
return System.Windows.Forms

Property Details

barSize protected_oe property

protected long barSize
return long

barType protected_oe property

protected BarType barType
return BarType