TAChart: Publish the events OnCustomDrawPointer and OnGetPointerStyle for TFitSeries and TPolarSeries.

git-svn-id: trunk@54319 -
This commit is contained in:
wp 2017-03-01 08:22:21 +00:00
parent b20170706a
commit faf1054d64
2 changed files with 4 additions and 0 deletions

View File

@ -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 =

View File

@ -155,6 +155,8 @@ type
property Pointer;
property ShowPoints: Boolean read FShowPoints write SetShowPoints default false;
property Source;
property OnCustomDrawPointer;
property OnGetPointerStyle;
end;
implementation