IPointer.Visible
IPointer
property Visible: WordBool;
Type Library
TeeChartx
Description
The Visible property controls if Series pointers will be displayed or not.
When using a PointSeries (or any Series class derived from PointSeries), setting Visible to False will not display anything.
Pointers can be useful with LineSeries or AreaSeries.
When points are Visible, an extra margins are applied to the four chart axis (Left, Right, Top and Bottom).
This is to make points just at axis limits to be shown.
You can deactivate this extra margins by setting the IPointer.InflateMargins property to False.
Points are filled using IPointer.Brush property.