TAChart: Set TZoomDragTool.Brush.Style = bsClear by default. Part 2

git-svn-id: trunk@38907 -
This commit is contained in:
ask 2012-09-29 17:38:34 +00:00
parent 7a5b56c83e
commit 06b630c6b9

View File

@ -29,10 +29,7 @@ const
DEF_TITLE_DISTANCE = 4;
type
TChartAxisBrush = class(TBrush)
published
property Style default bsClear;
end;
TChartAxisBrush = TClearBrush;
TChartAxisFramePen = class(TChartPen)
published