9 references to UsedYValue
System.Windows.Forms.DataVisualization (9)
Common\ChartTypes\KagiChart.cs (2)
338
if (series.IsCustomPropertySet(CustomPropertyName.
UsedYValue
))
341
bool parseSucceed = int.TryParse(series[CustomPropertyName.
UsedYValue
], NumberStyles.Any, CultureInfo.InvariantCulture, out yi);
Common\ChartTypes\RenkoChart.cs (2)
402
if(series.IsCustomPropertySet(CustomPropertyName.
UsedYValue
))
406
yValueIndex = int.Parse(series[CustomPropertyName.
UsedYValue
], CultureInfo.InvariantCulture);
Common\ChartTypes\ThreeLineBreakChart.cs (2)
295
if(series.IsCustomPropertySet(CustomPropertyName.
UsedYValue
))
299
yValueIndex = int.Parse(series[CustomPropertyName.
UsedYValue
], CultureInfo.InvariantCulture);
Common\Utilities\CustomAttributesRegistry.cs (3)
1481
CustomPropertyName.
UsedYValue
,
1521
CustomPropertyName.
UsedYValue
,
1561
CustomPropertyName.
UsedYValue
,