Navigation: Code Documentation > RSFMXCharts > FMX.RS.ChartPanel > Delegates
TGetTextDimMethod Delegate
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;
•TCanvasPixel
•FMX.RS.ChartPanel