<< Click here to display Table of Contents >> Navigation: Code Documentation > RSCharting > RSChartPanel > Delegates:
Comments (0)
Defines the method signature for an event handler that returns the pixel for where a label should be located when drawing axes
Namespace: RSChartPanel
Delphi
type TGetTextDimMethod = function (const Text: string): TCanvasPixel of object;
Parameters
Text
Type: string
Type: TCanvasPixel