6 references to ReversalAmount
System.Windows.Forms.DataVisualization (6)
Common\ChartTypes\KagiChart.cs (2)
286if (series.IsCustomPropertySet(CustomPropertyName.ReversalAmount)) 288string attrValue = series[CustomPropertyName.ReversalAmount].Trim();
Common\ChartTypes\PointAndFigureChart.cs (2)
465if (series.IsCustomPropertySet(CustomPropertyName.ReversalAmount)) 467string attrValue = series[CustomPropertyName.ReversalAmount].Trim();
Common\Utilities\CustomAttributesRegistry.cs (2)
1465 CustomPropertyName.ReversalAmount, 1505 CustomPropertyName.ReversalAmount,