mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-24 15:10:13 +01: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 Step: TFuncSeriesStep read FStep write SetStep default DEF_FIT_STEP;
|
||||||
property OnCalcGoodnessOfFit: TCalcGoodnessOfFitEvent
|
property OnCalcGoodnessOfFit: TCalcGoodnessOfFitEvent
|
||||||
read FOnCalcGoodnessOfFit write FOnCalcGoodnessOfFit;
|
read FOnCalcGoodnessOfFit write FOnCalcGoodnessOfFit;
|
||||||
|
property OnCustomDrawPointer;
|
||||||
property OnFitComplete: TNotifyEvent
|
property OnFitComplete: TNotifyEvent
|
||||||
read FOnFitComplete write FOnFitComplete;
|
read FOnFitComplete write FOnFitComplete;
|
||||||
|
property OnGetPointerStyle;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
TFuncCalculate3DEvent =
|
TFuncCalculate3DEvent =
|
||||||
|
|||||||
@ -155,6 +155,8 @@ type
|
|||||||
property Pointer;
|
property Pointer;
|
||||||
property ShowPoints: Boolean read FShowPoints write SetShowPoints default false;
|
property ShowPoints: Boolean read FShowPoints write SetShowPoints default false;
|
||||||
property Source;
|
property Source;
|
||||||
|
property OnCustomDrawPointer;
|
||||||
|
property OnGetPointerStyle;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user