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

Silverlight live chart markings

1 Answer 54 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Mahesh Immedisetty
Top achievements
Rank 1
Mahesh Immedisetty asked on 27 Jul 2010, 11:36 AM
Hi,

We are developing a new stock exchange simulator web application. As part of the simulation, we need to show live data on a minute basis. I have seen the demo version of the LIVE data example and quite satisfied. But, We need to show few more content on the live chart which includes shapes like dimonds, cross, rectanges etc. Please find my attachement to understand our requirement clearly.
I would like to know whether these kind of markings is possible with Telerik Silverlight chart control or not.

Please help us before buying your product.

Thanks,
Mahesh

1 Answer, 1 is accepted

Sort by
0
Velin
Telerik team
answered on 30 Jul 2010, 10:45 AM
Hello Mahesh Immedisetty,

You can use the scatter series type with different shape types to draw such figures on the ChartArea surface.
Here is a sample code:
SeriesMapping seriesMapping = new SeriesMapping();
seriesMapping.SeriesDefinition = new ScatterSeriesDefinition() { PointShape = MarkerShape.Triangle };

You can have a look at out online examples and also the help library.

Hope this will help.

Greetings,
Velin
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
Mahesh Immedisetty
Top achievements
Rank 1
Answers by
Velin
Telerik team
Share this question
or