This is a migrated thread and some comments may be shown as answers.

Hide PointMark

3 Answers 48 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Charles-Henri
Top achievements
Rank 1
Charles-Henri asked on 07 Apr 2011, 12:51 PM
Hello,

I want to hide point mark on line graph, does it exist any property like

seriesMapping.SeriesDefinition.Appearance.PointMark.visible =

 

false;
?

Thanks for your help.

 

3 Answers, 1 is accepted

Sort by
0
Sia
Telerik team
answered on 07 Apr 2011, 12:57 PM
Hello Charles-Henri,

Please use:
seriesMapping.SeriesDefinition = new LineSeriesDefinition(){ ShowPointMarks = false};

All the best,
Sia
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
JAS J
Top achievements
Rank 1
answered on 08 Oct 2011, 12:34 AM
This does not work for StackedAreaSeriesDefinition

How do I hide the PointMarks for StackedAreaSeries?

thanks,
jas
0
Sia
Telerik team
answered on 12 Oct 2011, 01:10 PM
Hello Jas,

Setting
mapping.SeriesDefinition = new StackedAreaSeriesDefinition() { ShowPointMarks = false };
works as expected on my end.
Please send us a sample project reproducing your problem so that we can investigate what causes it.

Kind regards,
Sia
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Chart
Asked by
Charles-Henri
Top achievements
Rank 1
Answers by
Sia
Telerik team
JAS J
Top achievements
Rank 1
Share this question
or