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:
ideally the api would look like this to override this specific series..
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 graphideally 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