TAChart: Publish properties Marks and MarkPositions for TFieldSeries

git-svn-id: trunk@60428 -
This commit is contained in:
wp 2019-02-15 15:29:06 +00:00
parent bb4362f7d3
commit df8ad46b90

View File

@ -251,6 +251,8 @@ type
property Arrow: TChartArrow read FArrow write SetArrow;
property AxisIndexX;
property AxisIndexY;
property MarkPositions;
property Marks;
property Pen: TPen read FPen write SetPen;
property Source;
property ToolTargets default [nptPoint, nptXList, nptYList, nptCustom];