Index: src/Common/DelftTools.Controls.Swf/Charting/Series/ILineChartSeries.cs =================================================================== diff -u -r48005de98cf6e07ecbe31596f5ec4b0c86fda82a -r8ffcee6dc5fb975b590ae4e15123edf0acf6a8b2 --- src/Common/DelftTools.Controls.Swf/Charting/Series/ILineChartSeries.cs (.../ILineChartSeries.cs) (revision 48005de98cf6e07ecbe31596f5ec4b0c86fda82a) +++ src/Common/DelftTools.Controls.Swf/Charting/Series/ILineChartSeries.cs (.../ILineChartSeries.cs) (revision 8ffcee6dc5fb975b590ae4e15123edf0acf6a8b2) @@ -16,11 +16,6 @@ DashStyle DashStyle { get; set; } /// - /// Custom dash pattern (used when is Custom) - /// - float[] DashPattern { get; set; } - - /// /// Pointer color /// Color PointerColor { get; set; } @@ -51,11 +46,6 @@ bool TitleLabelVisible { get; set; } /// - /// Values on the x axis should be treated as DateTime values - /// - bool XValuesDateTime { get; set; } - - /// /// Color of the line around the points /// Color PointerLineColor { get; set; } @@ -64,32 +54,5 @@ /// Show a line around the points /// bool PointerLineVisible { get; set; } - - /// - /// Transparency (in %) of the line - /// - int Transparency { get; set; } - - /// - /// Gets the maximum value on the y axis - /// - double MaxYValue(); - - /// - /// Gets the minimum value on the y axis - /// - double MinYValue(); - - /// - /// Gives horizontal screen position for a given point - /// - /// Index of the point - double CalcXPos(int index); - - /// - /// Gives vertical screen position for a given point - /// - /// Index of the point - double CalcYPos(int index); } } \ No newline at end of file