C# Class SmartQuant.Controls.BarChart.BarChart2

Inheritance: FrameworkControl, IGroupListener
Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Méthodes publiques

Méthode Description
BarChart2 ( ) : System
Crosshair ( bool isChecked ) : void
OnNewGroup ( Group group ) : bool
OnNewGroupEvent ( GroupEvent groupEvent ) : void
OnNewGroupUpdate ( GroupUpdate groupUpdate ) : void
UpdateGUI ( ) : void
ZoomIn ( ) : void
ZoomOut ( ) : void

Méthodes protégées

Méthode Description
OnClosing ( CancelEventArgs args ) : void
OnInit ( ) : void

Private Methods

Méthode Description
EnsurePadExists ( int newPad, string labelFormat ) : void
GetComboBoxSelected ( ) : string
InitChartCommon ( ) : void
InitComponent ( ) : void
OnFrameworkCleared ( object sender, FrameworkEventArgs args ) : void
OnSelectorValueChanged ( object sender, EventArgs e ) : void
ProcessEvent ( GroupEvent groupEvent, bool lastEvent ) : void
Reset ( bool clearTable ) : void
SetSeries ( ) : void

Method Details

BarChart2() public méthode

public BarChart2 ( ) : System
Résultat System

Crosshair() public méthode

public Crosshair ( bool isChecked ) : void
isChecked bool
Résultat void

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs args ) : void
args CancelEventArgs
Résultat void

OnInit() protected méthode

protected OnInit ( ) : void
Résultat void

OnNewGroup() public méthode

public OnNewGroup ( Group group ) : bool
group Group
Résultat bool

OnNewGroupEvent() public méthode

public OnNewGroupEvent ( GroupEvent groupEvent ) : void
groupEvent GroupEvent
Résultat void

OnNewGroupUpdate() public méthode

public OnNewGroupUpdate ( GroupUpdate groupUpdate ) : void
groupUpdate GroupUpdate
Résultat void

UpdateGUI() public méthode

public UpdateGUI ( ) : void
Résultat void

ZoomIn() public méthode

public ZoomIn ( ) : void
Résultat void

ZoomOut() public méthode

public ZoomOut ( ) : void
Résultat void