Dundas.SharePoint.Charting.WebParts Send comments on this topic.
RoundAxisValues Method
See Also 
Dundas.Charting.WebControl Namespace > Axis Class : RoundAxisValues Method


This function will create auto maximum and minimum values using interval on the X axis. This function will make a gap between data points and border of the chart area. Note that this method can only be called for primary or secondary X axes.

Syntax

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

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