Namespace: GF.Clients.Charts.TradeMode
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
public void Draw( Graphics g, float _X1, float _X2, AxisY AxisY, Region filledRegion, Color BackColor, TradingChartConfig TradingChartConfig, bool noRealDrawing )
Parameters
- g
- Type: System.DrawingGraphics
- _X1
- Type: SystemSingle
- _X2
- Type: SystemSingle
- AxisY
- Type: GF.Clients.Charts.DetailsAxisY
- filledRegion
- Type: System.DrawingRegion
- BackColor
- Type: System.DrawingColor
- TradingChartConfig
- Type: GF.Clients.Charts.TradeModeTradingChartConfig
- noRealDrawing
- Type: SystemBoolean
See Also