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


chartObj
The chart obj.
order
The order.
Orders the series.

Syntax

Visual Basic (Declaration)  
Public Shared Sub OrderSeries( _
   ByVal chartObj As Chart, _
   ByVal order As PointsSortOrder _
) 
Visual Basic (Usage) Copy Code
Dim chartObj As Chart
Dim order As PointsSortOrder
 
StackedChartHelper.OrderSeries(chartObj, order)
C#  
public static void OrderSeries( 
   Chart chartObj,
   PointsSortOrder order
)

Parameters

chartObj
The chart obj.
order
The order.

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.