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


Chart1
The chart object that will have empty points removed.
Removes the empty data points from a chart.

Syntax

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

Parameters

Chart1
The chart object that will have empty points 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.