14 references to PriceUpColor
System.Web.DataVisualization (14)
Common\ChartTypes\KagiChart.cs (2)
477
string priceUpColorString = series[CustomPropertyName.
PriceUpColor
];
760
string priceUpColorString = secondPoint.dataPoint.series[CustomPropertyName.
PriceUpColor
];
Common\ChartTypes\PointAndFigureChart.cs (1)
531
string upPriceColorString = series[CustomPropertyName.
PriceUpColor
];
Common\ChartTypes\RenkoChart.cs (2)
444
string upBrickColorString = dataPoint[CustomPropertyName.
PriceUpColor
];
447
upBrickColorString = series[CustomPropertyName.
PriceUpColor
];
Common\ChartTypes\StockChart.cs (2)
750
string attrValue = point[CustomPropertyName.
PriceUpColor
];
1575
string attrValue = point[CustomPropertyName.
PriceUpColor
];
Common\ChartTypes\ThreeLineBreakChart.cs (2)
362
string priceUpColorString = dataPoint[CustomPropertyName.
PriceUpColor
];
365
priceUpColorString = series[CustomPropertyName.
PriceUpColor
];
Common\Utilities\CustomAttributesRegistry.cs (5)
684
CustomPropertyName.
PriceUpColor
,
1432
CustomPropertyName.
PriceUpColor
,
1494
CustomPropertyName.
PriceUpColor
,
1534
CustomPropertyName.
PriceUpColor
,
1574
CustomPropertyName.
PriceUpColor
,