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