Hide Comments
Hide Comments

Comments (0)

expandingDelegates

 

Name

Description

public delegate

TChartListNotifyEvent

Defines the method signature for chart list notification event handlers.

public delegate

TGetTextDimMethod

Defines the method signature for an event handler that returns the pixel for where a label should be located when drawing axes

public delegate

TRSChartAxisEvent

Defines the method signature for a chart axis event handler.

public delegate

TRSChartAxisUpdateEvent

Defines the method signature for a chart axis update event handler. Set Handled to True if the axis has been updated in user code.

public delegate

TRSChartDrawEvent

Defines the method signature for a chart draw event handler. The Canvas parameter contains the canvas that has just been painted on, and the ARect parameter specifies where on the canvas the chart was drawn. Use a draw event handler to paint to the canvas after the chart has been painted.

public delegate

TRSChartDrawingEvent

Defines the method signature for a chart drawing event handler. The Canvas parameter contains the canvas that is about to painted on, and the ARect parameter specifies where on the canvas the chart will be drawn. Use a drawing event handler to paint to the canvas before the chart is painted or to stop the drawing of the chart. By setting DoDraw to False, the chart drawing can be stopped.

public delegate

TRSChartEvent

Defines the method signature for a chart event handler. The Chart parameter contains the TRSCustomChart instance that caused the event.

public delegate

TRSChartValueEvent

Defines the method signature for a chart value event handler. The Chart parameter contains the TRSCustomChart instance that contains the value and the Value parameter contains the TRSChartValue instance that caused the event.

public delegate

TRSChartValueEvent2

Defines the method signature for a chart value event handler. The Value parameter contains the TRSChartValue instance that caused the event.

public delegate

TRSChartValueNotifyEvent

Defines the method signature for a value notification event handler, i.e., when a TRSChartValue is being added, extracted, or deleted from a TRSChartValues collection.

public delegate

TValuesSortCompare

Defines the method signature for a value comparison event handler, which compares two values of a TRSChartValues collection. The List parameter contains the TRSChartValues, and the Index1 and Index2 parameters specify the values to compare.

alert_noteNotes to Implementers

The List parameter specifies the collection being sorted and the Index1 and Index2 parameters specify the indices being compared. The function should return -1 if Items[Index1] is supposed to be less than Items[Index2], 0 if equal, and 1 if Items[Index1] is greater than Items[Index2].

Top

Comments (0)

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