C# Class SmartQuant.Controls.BarChart.BarChart2

Inheritance: FrameworkControl, IGroupListener
显示文件 Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
OnClosing ( CancelEventArgs args ) : void
OnInit ( ) : void

Private Methods

Method 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 method

public BarChart2 ( ) : System
return System

Crosshair() public method

public Crosshair ( bool isChecked ) : void
isChecked bool
return void

OnClosing() protected method

protected OnClosing ( CancelEventArgs args ) : void
args CancelEventArgs
return void

OnInit() protected method

protected OnInit ( ) : void
return void

OnNewGroup() public method

public OnNewGroup ( Group group ) : bool
group Group
return bool

OnNewGroupEvent() public method

public OnNewGroupEvent ( GroupEvent groupEvent ) : void
groupEvent GroupEvent
return void

OnNewGroupUpdate() public method

public OnNewGroupUpdate ( GroupUpdate groupUpdate ) : void
groupUpdate GroupUpdate
return void

UpdateGUI() public method

public UpdateGUI ( ) : void
return void

ZoomIn() public method

public ZoomIn ( ) : void
return void

ZoomOut() public method

public ZoomOut ( ) : void
return void