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

Changing DataPoint PointMark.Shapes along one series

1 Answer 76 Views
Chart
This is a migrated thread and some comments may be shown as answers.
James
Top achievements
Rank 2
James asked on 26 May 2011, 05:56 PM
 

Posted 1 day ago (permalink)

I see several related tickets, but nothing exactly the same as mine....

We have this working

highStackedBarSeries.Appearance.PointMark.Fill =

 

new SolidColorBrush(Colors.Red);

 

 

 

 

highStackedBarSeries.Appearance.PointMark.Shape =

 

 

 

 

 

MarkerShape.Hexagon;

and we are able to work custom images in as well...  our challenge....   we want to make different decisions per point... some points are high, some are low, some are in valid ranges... we want to use the PointMark to show this by changing out the shape / color / iconset ....   one line, several points, change PointMark on the fly within a single lineseries. ?

Thanks, -James

1 Answer, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 28 May 2011, 04:34 PM
Hi James,

Take a look at our help topic which demonstrates how to customize the DataPoints of one and the same Series using the MVVM pattern.
Some hints:
  •  To change the size of the PointMark use the Size property - create a new property in the Data class (shown in the topic mentioned above) of type double.
  • Create new property for the Shape of the PointMark. You may choose from predefined MarkerShape-s as described in this topic.

Kind Regards,
Evgenia
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
Tags
Chart
Asked by
James
Top achievements
Rank 2
Answers by
Evgenia
Telerik team
Share this question
or