Common\ChartTypes\KagiChart.cs (6)
555 graph.DrawLineRel( lineColor, point.BorderWidth, point.BorderDashStyle,
563 graph.DrawLineRel( lineColor, point.BorderWidth, point.BorderDashStyle,
570 graph.DrawLineRel( lineColor, point.BorderWidth, point.BorderDashStyle,
581 graph.DrawLineRel( lineColor, point.BorderWidth, point.BorderDashStyle,
745 ChartDashStyle dashStyle = pointAttr.dataPoint.BorderDashStyle;
750 if( pointAttr.dataPoint.IsEmpty && pointAttr.dataPoint.BorderDashStyle == ChartDashStyle.NotSet )
Common\ChartTypes\StepLineChart.cs (4)
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 );
283 ChartDashStyle dashStyle = pointAttr.dataPoint.BorderDashStyle;
288 if( pointAttr.dataPoint.IsEmpty && pointAttr.dataPoint.BorderDashStyle == ChartDashStyle.NotSet )
Common\ChartTypes\StockChart.cs (10)
442 point.BorderDashStyle,
826 point.BorderDashStyle,
833 graph.DrawLineRel(barBorderColor, point.BorderWidth, point.BorderDashStyle,
891 graph.DrawLineRel(point.Color, point.BorderWidth, point.BorderDashStyle,
903 graph.DrawLineRel(point.Color, point.BorderWidth, point.BorderDashStyle,
1254 point.BorderDashStyle,
1656 point.BorderDashStyle,
1663 graph.DrawLineRel(barBorderColor, point.BorderWidth, point.BorderDashStyle,
1738 graph.DrawLineRel(point.Color, point.BorderWidth, point.BorderDashStyle,
1756 graph.DrawLineRel(point.Color, point.BorderWidth, point.BorderDashStyle,