mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 22:38:32 +01:00
TAChart: Add new property Domain to TExpressionSeries (domain of function)
git-svn-id: trunk@56339 -
This commit is contained in:
parent
251aa8f6fe
commit
689b571f51
@ -33,6 +33,7 @@ const
|
||||
PERCENT = 0.01;
|
||||
clTAColor = $20000000; // = clDefault, but avoiding dependency on Graphics
|
||||
DEFAULT_FONT_SIZE = 10;
|
||||
DEFAULT_EPSILON = 1e-6;
|
||||
|
||||
type
|
||||
EChartError = class(Exception);
|
||||
@ -706,8 +707,6 @@ begin
|
||||
end;
|
||||
|
||||
constructor TIntervalList.Create;
|
||||
const
|
||||
DEFAULT_EPSILON = 1e-6;
|
||||
begin
|
||||
FEpsilon := DEFAULT_EPSILON;
|
||||
end;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user