DundasWinExtensions
CreateCyclePlot(Chart,String[],CyclePlotBase,Series,Series) Method
See Also  Send comments on this topic.
DundasWinExtensions Assembly > Dundas.Extensions Namespace > CyclePlotHelper Class > CreateCyclePlot Method : CreateCyclePlot(Chart,String[],CyclePlotBase,Series,Series) Method


chart
Root chart object.
seriesNames
Array of source series names.
cyclePlotBase
Type of base (day-base or month-base) for calculation.
cycleSeries
Reference to Series object that will be populated with data points as a CyclePlot Series.
cycleMeanSeries
Reference to Series object that will be populated with data points of means for CyclePlot.
Create a cycle plot using the specified series in the chart.

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Sub CreateCyclePlot( _
   ByVal chart As Chart, _
   ByVal seriesNames() As String, _
   ByVal cyclePlotBase As CyclePlotBase, _
   ByRef cycleSeries As Series, _
   ByRef cycleMeanSeries As Series _
) 
Visual Basic (Usage) Copy Code
Dim chart As Chart
Dim seriesNames() As String
Dim cyclePlotBase As CyclePlotBase
Dim cycleSeries As Series
Dim cycleMeanSeries As Series
 
CyclePlotHelper.CreateCyclePlot(chart, seriesNames, cyclePlotBase, cycleSeries, cycleMeanSeries)
C#  
public static void CreateCyclePlot( 
   Chart chart,
   string[] seriesNames,
   CyclePlotBase cyclePlotBase,
   ref Series cycleSeries,
   ref Series cycleMeanSeries
)

Parameters

chart
Root chart object.
seriesNames
Array of source series names.
cyclePlotBase
Type of base (day-base or month-base) for calculation.
cycleSeries
Reference to Series object that will be populated with data points as a CyclePlot Series.
cycleMeanSeries
Reference to Series object that will be populated with data points of means for CyclePlot.

Exceptions

Exception Description
ArgumentNullException Thrown when chart parameter is null or seriesNames is null or its length is zero.
ArgumentException Thrown when series are not aligned.

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.