Index: src/Common/DelftTools.Controls.Swf/Charting/Series/IAreaChartSeries.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r48005de98cf6e07ecbe31596f5ec4b0c86fda82a --- src/Common/DelftTools.Controls.Swf/Charting/Series/IAreaChartSeries.cs (.../IAreaChartSeries.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/Common/DelftTools.Controls.Swf/Charting/Series/IAreaChartSeries.cs (.../IAreaChartSeries.cs) (revision 48005de98cf6e07ecbe31596f5ec4b0c86fda82a) @@ -31,16 +31,6 @@ InterpolationType InterpolationType { get; set; } /// - /// Values used for the x axis - /// - ISeriesValueList XValues { get; } - - /// - /// Values used for the y axis - /// - ISeriesValueList YValues { get; } - - /// /// Color of the line above the area /// Color LineColor { get; set; }