DundasWinExtensions
RemoveXValues Method
See Also  Send comments on this topic.
DundasWinExtensions Assembly > Dundas.Extensions Namespace > StackedChartHelper Class : RemoveXValues Method


Chart1
The chart object that will x values removed.
Removes the X values from a chart.

Syntax

Visual Basic (Declaration)  
Public Shared Sub RemoveXValues( _
   ByVal Chart1 As Chart _
) 
Visual Basic (Usage) Copy Code
Dim Chart1 As Chart
 
StackedChartHelper.RemoveXValues(Chart1)
C#  
public static void RemoveXValues( 
   Chart Chart1
)

Parameters

Chart1
The chart object that will x values removed.

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.