public Boolean Visible {get; set;}
Remarks
The Visible property controls if Series pointers will be displayed or not.
When using a Points series (or any Series class derived from Points series), setting Visible to false will not display anything.
Pointers can be useful with Line series or Area series.
When points are Visible, extra margins are applied to the four chart axes (Left, Right, Top and Bottom).
This is to make points just at axis limits to be shown.
You can deactivate these extra margins by setting the IPointer.InflateMargins property to false.
Points are filled using IPointer.Brush property.
See Also
SeriesPointer Class | SeriesPointer Members | Steema.TeeChart.Styles Namespace