4 writes to kagiUpColor
System.Web.DataVisualization (4)
Common\ChartTypes\KagiChart.cs (4)
476 this.kagiUpColor = ChartGraphics.GetGradientColor(series.Color, Color.Black, 0.5); 483 this.kagiUpColor = (Color)colorConverter.ConvertFromString(null, CultureInfo.InvariantCulture, priceUpColorString); 759 this.kagiUpColor = secondPoint.dataPoint.series.Color; 766 this.kagiUpColor = (Color)colorConverter.ConvertFromString(null, CultureInfo.InvariantCulture, priceUpColorString);
7 references to kagiUpColor
System.Web.DataVisualization (7)
Common\ChartTypes\KagiChart.cs (7)
497 Color lineColor = (currentKagiDirection == 1) ? this.kagiUpColor : point.Color; 578 lineColor = (currentKagiDirection == 1) ? this.kagiUpColor : point.Color; 780 Color lineColor = (currentKagiDirection == 1) ? this.kagiUpColor : color; 892 lineColor = (currentKagiDirection == -1) ? this.kagiUpColor : color; 915 lineColor = (currentKagiDirection == 1) ? this.kagiUpColor : color; 919 lineColor = (currentKagiDirection == -1) ? this.kagiUpColor : color; 934 lineColor = (currentKagiDirection == 1) ? this.kagiUpColor : color;