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