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


Chart1
The chart object that will axis labels removed.
Removes the axis labels from a chart.

Syntax

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

Parameters

Chart1
The chart object that will axis labels 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.