mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 11:01:20 +02:00
TAChart: Publish the events OnCustomDrawPointer and OnGetPointerStyle for TFitSeries and TPolarSeries.
git-svn-id: trunk@54319 -
This commit is contained in:
parent
b20170706a
commit
faf1054d64
@ -321,8 +321,10 @@ type
|
||||
property Step: TFuncSeriesStep read FStep write SetStep default DEF_FIT_STEP;
|
||||
property OnCalcGoodnessOfFit: TCalcGoodnessOfFitEvent
|
||||
read FOnCalcGoodnessOfFit write FOnCalcGoodnessOfFit;
|
||||
property OnCustomDrawPointer;
|
||||
property OnFitComplete: TNotifyEvent
|
||||
read FOnFitComplete write FOnFitComplete;
|
||||
property OnGetPointerStyle;
|
||||
end;
|
||||
|
||||
TFuncCalculate3DEvent =
|
||||
|
@ -155,6 +155,8 @@ type
|
||||
property Pointer;
|
||||
property ShowPoints: Boolean read FShowPoints write SetShowPoints default false;
|
||||
property Source;
|
||||
property OnCustomDrawPointer;
|
||||
property OnGetPointerStyle;
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user