Hide Comments
Hide Comments

TRSCustomChartPanel.OnDrawingChartShadow Event

Comments (0)

Occurs right before the  ChartShadow is drawn. Use the OnDrawingChartShadow event to paint behind the ChartShadow before it is drawn over top. By setting the DoDraw parameter to False, you can also prevent the ChartShadow from drawing. The Canvas parameter contains the canvas where the ChartShadow will be drawn, and the ARect parameter specifies where on the canvas the ChartShadow will be drawn.

Namespace: RSChartPanel

expandingSyntax

Delphi

public
  property OnDrawingChartShadow: TRSChartDrawingEvent read GetOnDrawingChartShadow write SetOnDrawingChartShadow;
 

Value

Type: TRSChartDrawingEvent

expandingSee Also

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb