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


chartObj
The chart obj.
top
The top.
Removes the points.

Syntax

Visual Basic (Declaration)  
Public Shared Sub RemovePoints( _
   ByVal chartObj As Chart, _
   ByVal top As Integer _
) 
Visual Basic (Usage) Copy Code
Dim chartObj As Chart
Dim top As Integer
 
StackedChartHelper.RemovePoints(chartObj, top)
C#  
public static void RemovePoints( 
   Chart chartObj,
   int top
)

Parameters

chartObj
The chart obj.
top
The top.

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.