C# Class SmartQuant.Controls.Data.BarSeriesMenuItem

Inheritance: System.Windows.Forms.ToolStripMenuItem
Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Protected Properties

Свойство Type Description
barSize long
barType BarType

Méthodes publiques

Méthode Description
BarSeriesMenuItem ( BarType barType, long barSize ) : System.Windows.Forms

Méthodes protégées

Méthode Description
BarSeriesMenuItem ( ) : System.Windows.Forms

Method Details

BarSeriesMenuItem() protected méthode

protected BarSeriesMenuItem ( ) : System.Windows.Forms
Résultat System.Windows.Forms

BarSeriesMenuItem() public méthode

public BarSeriesMenuItem ( BarType barType, long barSize ) : System.Windows.Forms
barType BarType
barSize long
Résultat System.Windows.Forms

Property Details

barSize protected_oe property

protected long barSize
Résultat long

barType protected_oe property

protected BarType barType
Résultat BarType