3 writes to showPointLines
System.Web.DataVisualization (3)
Common\ChartTypes\LineChart.cs (3)
1388 this.showPointLines = false; 1393 this.showPointLines = true; 1402 this.showPointLines = true;
13 references to showPointLines
System.Web.DataVisualization (13)
Common\ChartTypes\AreaChart.cs (1)
1249 bool forceThinLines = this.showPointLines;
Common\ChartTypes\KagiChart.cs (3)
884 (this.showPointLines) ? true : false, false, 902 (this.showPointLines) ? true : false, false, 928 (this.showPointLines) ? true : false, false,
Common\ChartTypes\LineChart.cs (1)
1561 (this.showPointLines) ? true : false,
Common\ChartTypes\RangeChart.cs (4)
1273(this.showPointLines) ? true : false, false, area.ReverseSeriesOrder, this.multiSeries, 0, true); 1294(this.showPointLines) ? true : false, false, area.ReverseSeriesOrder, this.multiSeries, 1, true); 1367 (this.showPointLines) ? true : false); 1425 (this.showPointLines) ? true : false);
Common\ChartTypes\StepLineChart.cs (4)
331 (this.showPointLines) ? true : false, false, 345 (this.showPointLines) ? true : false, false, 361 (this.showPointLines) ? true : false, false, 375 (this.showPointLines) ? true : false, false,