TAChart: Add new property Domain to TExpressionSeries (domain of function)

git-svn-id: trunk@56339 -
This commit is contained in:
wp 2017-11-08 22:21:02 +00:00
parent 251aa8f6fe
commit 689b571f51
2 changed files with 925 additions and 39 deletions

View File

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