Common\ChartTypes\StepLineChart.cs (6)
123 graph.DrawLineRel( point.Color, point.BorderWidth, point.BorderDashStyle, graph.GetRelativePoint(point1), graph.GetRelativePoint(point2), series.ShadowColor, series.ShadowOffset );
124 graph.DrawLineRel( point.Color, point.BorderWidth, point.BorderDashStyle, graph.GetRelativePoint(point2), graph.GetRelativePoint(point3), series.ShadowColor, series.ShadowOffset );
154 pointNew = graph.GetRelativePoint( pathPoints[i] );
188 pointNew = graph.GetRelativePoint( pathPoints[i] );