10 writes to lineTension
System.Web.DataVisualization (10)
Common\ChartTypes\AreaChart.cs (2)
69
base.
lineTension
= 0.5f;
161
base.
lineTension
= 0f;
Common\ChartTypes\LineChart.cs (7)
59
base.
lineTension
= 0.5f;
107
base.
lineTension
= GetDefaultTension();
110
base.
lineTension
= CommonElements.ParseFloat(series[CustomPropertyName.LineTension]);
407
this.
lineTension
= GetDefaultTension();
410
this.
lineTension
= CommonElements.ParseFloat(ser[CustomPropertyName.LineTension]);
1305
this.
lineTension
= GetDefaultTension();
1311
this.
lineTension
= CommonElements.ParseFloat(firstSeries[CustomPropertyName.LineTension]);
Common\ChartTypes\RangeChart.cs (1)
73
base.
lineTension
= 0.5f;
47 references to lineTension
System.Web.DataVisualization (47)
Common\ChartTypes\AreaChart.cs (14)
340
if (this.
lineTension
== 0)
346
path.AddCurve(points, pointIndex - 1, 1, this.
lineTension
);
376
if (this.
lineTension
== 0)
382
graph.DrawCurve(areaLinePen, points, pointIndex - 1, 1, this.
lineTension
);
423
if (this.
lineTension
== 0)
434
graph.DrawCurve(areaLinePen, points, pointIndex - 1, 1, this.
lineTension
);
455
if (this.
lineTension
== 0)
461
areaPath.AddCurve(points, pointIndex - 1, 1, this.
lineTension
);
474
if (this.
lineTension
== 0)
480
graph.DrawCurve(pen, points, pointIndex - 1, 1, this.
lineTension
);
497
if (this.
lineTension
== 0)
503
mapAreaPath.AddCurve(points, pointIndex - 1, 1, this.
lineTension
);
543
if (this.
lineTension
== 0)
549
mapAreaPath.AddCurve(points, pointIndex - 1, 1, this.
lineTension
);
Common\ChartTypes\LineChart.cs (11)
416
if(this.
lineTension
== 0 && !common.ProcessModeRegions)
429
if(this.
lineTension
!= 0)
563
if(this.
lineTension
!= 0.0 ||
575
if(this.
lineTension
== 0 && !dataPointPosFilled)
627
this.
lineTension
);
639
this.
lineTension
);
681
this.
lineTension
);
768
if(this.
lineTension
== 0)
869
if (this.
lineTension
== 0)
927
path.AddCurve(points, pointIndex - 1, 1, this.
lineTension
);
1423
lineTension
,
Common\ChartTypes\RangeChart.cs (22)
424
if(this.
lineTension
== 0)
430
path.AddCurve(points, pointIndex-1, 1, this.
lineTension
);
442
if (this.
lineTension
== 0)
448
pathReverse.AddCurve(lowPoints, pointIndex - 1, 1, this.
lineTension
);
480
if(this.
lineTension
== 0)
486
path.AddCurve(lowPoints, pointIndex-1, 1, this.
lineTension
);
600
if(this.
lineTension
== 0)
606
graph.DrawCurve(areaLinePen, points, pointIndex-1, 1, this.
lineTension
);
609
if(this.
lineTension
== 0)
615
graph.DrawCurve(areaLinePen, lowPoints, pointIndex-1, 1, this.
lineTension
);
628
if(this.
lineTension
== 0)
634
areaPath.AddCurve(points, pointIndex-1, 1, this.
lineTension
);
637
if(this.
lineTension
== 0)
643
areaBottomPath.AddCurve(lowPoints, pointIndex-1, 1, this.
lineTension
);
669
if(this.
lineTension
== 0)
675
path.AddCurve(points, pointIndex-1, 1, this.
lineTension
);
678
if(this.
lineTension
== 0)
684
path.AddCurve(lowPoints, pointIndex-1, 1, this.
lineTension
);
690
if(this.
lineTension
== 0)
696
mapAreaPath.AddCurve(points, pointIndex-1, 1, this.
lineTension
);
700
if(this.
lineTension
== 0)
706
mapAreaPath.AddCurve(lowPoints, pointIndex-1, 1, this.
lineTension
);