Backward Compatibility

This article describes the breaking changes introduced in RadChartView.

Q1 2014

Changed

  • Telerik.Windows.Controls.ChartView.AreaSeriesStrokeMode namespace changed to Telerik.Charting.AreaSeriesStrokeMode.

What to do now:

Use the Telerik.Charting.AreaSeriesStrokeMode namespace instead.

Changed

  • Telerik.Windows.Controls.ChartView.RangeSeriesStrokeMode namespace changed to Telerik.Charting.RangeSeriesStrokeMode.

What to do now:

Use the Telerik.Charting.RangeSeriesStrokeMode namespace instead.

Changed

  • Telerik.Windows.Controls.ChartView.StepSeriesRisersPosition namespace changed to Telerik.Charting.StepSeriesRisersPosition

What to do now:

Use the Telerik.Charting.StepSeriesRisersPosition namespace instead.

Changed

  • LineSeries.RenderMode is now marked as Obsolete.

What to do now:

Use the LineSeries.RenderOptions property instead.

Changed

  • PointSeries.RenderMode is now marked as Obsolete.

What to do now:

Use the PointSeries.RenderOptions property instead.

Changed

  • ScatterPointSeries.RenderMode is now marked as Obsolete.

What to do now:

Use the ScatterPointSeries.RenderOptions property instead.

2012 Q3 - 2012.3.1017

  • [XAML] Exposed Style properties for the visual elements of continuous series (Line, Spline, Area, etc.)

  • Cartesian series visual elements can be customized via StrokeShapeStyle for the stroke shape and AreaShapeStyle for the area shape (e.g. LineSeries exposes only StrokeShapeStyle while AreaSeries exposes both style properties). The target type for all styles is Path.

  • Polar / Radar series visual elements can be customized via single ShapeStyle property. The target type is again Path.

  • When ChartSeriesLabelDefinition.Template or TemplateSelector is defined, the DataContext of the item labels data template should be the respective DataPoint and not just the calculated value as until now.

  • Change the access modifier of the following interfaces from public to internal (not intended for public use):

    • IChartSeries
    • IChartView
    • IFilledSeries
    • IStrokedSeries
    • ISupportCombineMode
  • Remove unused IDataPointProcessor interface (not intended for public use).

  • Introduced new Windows8 palette and made Metro palette obsolete.

See Also

In this article