Dundas Chart for ASP.NET
ReversalAmount Custom Attribute
See Also Send comments on this topic.
Custom Attributes > ReversalAmount Custom Attribute



Glossary Item Box

Gets or sets the Reversal Amount for the chart.
Visual Basic Copy Code
Imports Dundas.Charting.WebControl
   ...

' Set the Series ReversalAmount to 5%.
Chart1.Series(0)("ReversalAmount") = "5%"


                    
C# Copy Code
using Dundas.Charting.WebControl;
  ...

// Set the Series ReversalAmount to 5%.
Chart1.Series[0]["ReversalAmount"] = "5%";


                    

Remarks

This attribute is only applicable to the PointAndFigure and Kagi chart types. When used with the Kagi chart, this custom attribute defines when a new Kagi line should be drawn.

This value may be a percentage or fixed amount. When used with the PointAndFigure chart, the ReversalAmount defines a custom reversal amount for the chart in box sizes. The default value is three box sizes. 

Custom Attribute Summary
Possible Values: A number or percentage (eg. "1.2" or "4%") 
Default Value: 3%
2D / 3D Limitations: No
Applies to Chart Element: Series Objects
Applies to Chart Types: Point and Figure, Kagi

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.