Hi Rahul,
To achieve this you should set Visible = true for the PointMark. Here is an example:
series.Appearance.PointMark.Visible = True
series.Appearance.PointMark.FillStyle.MainColor=Red
series.ActiveRegionToolTip = "MySeriesToolTip"
after this you can set tooltip for the entire item:
item.ActiveRegion.ToolTip = "MyItemToolTip"
Regards,
Vlad
the Telerik team