Recalculates a chart area's properties after changes have been made to the chart in the Customize event.
Recalculates the chart area axes scale.
Visual Basic (Declaration) | |
---|---|
Public Sub ReCalc() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void ReCalc() |
The following sample customizes the X axis scale.
Visual Basic | Copy Code |
---|---|
Imports Dundas.Charting.WebControl |
When changes are made using the Customize event it is sometimes necessary to re-calculate chart area properties so that the chart is rendered correctly. For example, if an axis range is changed then the labels for that axis must be re-calculated.
Call this method after making ANY changes to a chart area (e.g. axes, etc.) using the Customize event.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family