5 writes to currentKagiDirection
System.Web.DataVisualization (5)
Common\ChartTypes\KagiChart.cs (5)
492 currentKagiDirection = (points[pointIndex - 1].Y > points[pointIndex].Y) ? 575 currentKagiDirection = (currentKagiDirection == 1) ? -1 : 1; 775 currentKagiDirection = (firstPoint.yPosition > secondPoint.yPosition) ? 910 currentKagiDirection = (currentKagiDirection == 1) ? -1 : 1; 987 this.currentKagiDirection = 0;
13 references to currentKagiDirection
System.Web.DataVisualization (13)
Common\ChartTypes\KagiChart.cs (13)
473 if(currentKagiDirection == 0) 497 Color lineColor = (currentKagiDirection == 1) ? this.kagiUpColor : point.Color; 513 if(direction != currentKagiDirection) 575 currentKagiDirection = (currentKagiDirection == 1) ? -1 : 1; 578 lineColor = (currentKagiDirection == 1) ? this.kagiUpColor : point.Color; 756 if(currentKagiDirection == 0) 780 Color lineColor = (currentKagiDirection == 1) ? this.kagiUpColor : color; 819 if(direction != currentKagiDirection) 892 lineColor = (currentKagiDirection == -1) ? this.kagiUpColor : color; 910 currentKagiDirection = (currentKagiDirection == 1) ? -1 : 1; 915 lineColor = (currentKagiDirection == 1) ? this.kagiUpColor : color; 919 lineColor = (currentKagiDirection == -1) ? this.kagiUpColor : color; 934 lineColor = (currentKagiDirection == 1) ? this.kagiUpColor : color;