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

Point Charts ?

1 Answer 137 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Pete
Top achievements
Rank 1
Pete asked on 01 Jul 2008, 09:43 AM
Hi, I assume that the point chart is similar to a scatter graph ? I'm trying to plot the points and have 3 series on the graph, but I can't change all the default figures to cross as I am trying to do below.

ChartSeries1.Appearance.PointMark.Figure = DefaultFigures.Cross;


Is there an example of a point chart with 3 series plotted on it with different default figures as in the example diagram on the Point chart on your site ??

Thanks a lot,

Pete.

1 Answer, 1 is accepted

Sort by
0
Giuseppe
Telerik team
answered on 02 Jul 2008, 07:33 AM
Hi Pete,

The PointMark property is specific to the Line series type and does not control the shape for Point series -- you can achieve the desired effect by setting the ChartSeries.Appearance.PointShape property like this:

RadChart1.Series[0].Appearance.PointShape = DefaultFigures.Cross; 



Kind regards,
Manuel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Chart (Obsolete)
Asked by
Pete
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Share this question
or