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

AreaSeriesDefinition + AxisLayoutMode.Normal

1 Answer 63 Views
Chart
This is a migrated thread and some comments may be shown as answers.
leblanc
Top achievements
Rank 1
leblanc asked on 16 Aug 2010, 08:29 PM
My goal is to stretch the SeriesDefinition across the whole graph.

The problem is to set AxisLayoutMode it has to be applied at the root:

_radchart.DefaultView.ChartArea.AxisX.LayoutMode

I don't want to change this axis layout for other series bound to the same graph


ideally the api would look like this to override this specific series..

seriesMapping2.SeriesDefinition =

 

new AreaSeriesDefinition(){ AxisSettings = new AreaAxisSettings(){LayoutMode = AxisLayoutMode.Normal} };

The image attached shows what i have.. let me know how I can stretch the specific series ...

Thanks,

leblanc

 

1 Answer, 1 is accepted

Sort by
0
leblanc
Top achievements
Rank 1
answered on 17 Aug 2010, 03:50 PM
The newest version has introduced MarkedZone
http://demos.telerik.com/silverlight/#Chart/MarkedZones
which accomplishes the goal I was trying to achieve.
Tags
Chart
Asked by
leblanc
Top achievements
Rank 1
Answers by
leblanc
Top achievements
Rank 1
Share this question
or