Dundas Chart for Windows Forms
ReCalc Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > ChartArea Class : ReCalc Method


Recalculates a chart area axes scale.


Recalculates the chart area axes scale.

Syntax

Visual Basic (Declaration)  
Public Sub ReCalc() 
Visual Basic (Usage) Copy Code
Dim instance As ChartArea
 
instance.ReCalc()
C#  
public void ReCalc()

Example

The following sample customizes the X axis scale.

Remarks

When changes are made using events, it is sometimes necessary to re-calculate the chart area axis scale so that the chart is rendered correctly (e.g. if an axis range is changed then the labels for that axis must be re-calculated).

Requirements

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

See Also

© 2009 All Rights Reserved.