TSignalMarkTool::MarkSeries Property

__property TChartSeries*MarkSeries = {read = FMarkSeries, write = SetMarkSeries};

Defines a chart series to draw marks.

Read: TChartSeries *FMarkSeries;
Write: virtual void SetMarkSeries(TChartSeries *Value);
Remarks:

Usually this is a TPointSeries or some other series usefull to make marked points stand out. TChart only provides means to draw all marks or every second, third etc... By drawing marks on a separate series, you can have any number of marks at any location ranging from zero to values count.

Declared in Dew::Signal::Controls::VCL::TCursorMarkTool · Dew.Signal.Controls.VCL/SignalToolsTee.h · C++Builder only