C# Class SmartQuant.FinChart.ToolBar

Inheritance: UserControl
Show file Open project: fastquant/fastquant.dll

Public Methods

Method Description
ToolBar ( ) : System
ToolBar ( Chart chart ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Bar ( ) : void
Candle ( ) : void
ChangeActionType ( ) : void
ChangeBarSeriesStyle ( ) : void
ChangeScaleStyle ( ) : void
ChangeUpdateStyle ( ) : void
ChangeVolumeVisible ( ) : void
Connect ( ) : void
Crosshair ( ) : void
Disconnect ( ) : void
Fixed ( ) : void
InitializeComponent ( ) : void
Kagi ( ) : void
Line ( ) : void
LineBreak ( ) : void
Linear ( ) : void
Log ( ) : void
PnF ( ) : void
Pointer ( ) : void
Renko ( ) : void
Trailing ( ) : void
WholeRange ( ) : void
ZoomIn ( ) : void
ZoomOut ( ) : void
chartToolBar_ButtonClick ( object sender, System.Windows.Forms.ToolBarButtonClickEventArgs e ) : void
chart_ActionTypeChanged ( object sender, EventArgs e ) : void
chart_BarSeriesStyleChanged ( object sender, EventArgs e ) : void
chart_ScaleStyleChanged ( object sender, EventArgs e ) : void
chart_UpdateStyleChanged ( object sender, EventArgs e ) : void
chart_VolumeVisibleChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ToolBar() public method

public ToolBar ( ) : System
return System

ToolBar() public method

public ToolBar ( Chart chart ) : System
chart Chart
return System