<< Click here to display Table of Contents >> Navigation: Code Documentation > RSFMXCharts > FMX.RS.ChartPanel > 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: FMX.RS.ChartPanel
Delphi
type TGetTextDimMethod = function (const Text: string): TCanvasPixel of object;
Parameters
Text
Type: string
Type: TCanvasPixel