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


chart
Chart control
leftChartArea
Left Chart Area
rightChartArea
Right Chart Area
leftSeries
Series to be assigned to Left Char tArea
rightSeries
Series to be assigned to Right Char tArea
Makes PairBarChart

Syntax

Visual Basic (Declaration)  
Public Sub MakePairBarChart( _
   ByVal chart As Chart, _
   ByVal leftChartArea As ChartArea, _
   ByVal rightChartArea As ChartArea, _
   ByVal leftSeries As Series, _
   ByVal rightSeries As Series _
) 
Visual Basic (Usage) Copy Code
Dim instance As PairBarChart
Dim chart As Chart
Dim leftChartArea As ChartArea
Dim rightChartArea As ChartArea
Dim leftSeries As Series
Dim rightSeries As Series
 
instance.MakePairBarChart(chart, leftChartArea, rightChartArea, leftSeries, rightSeries)
C#  
public void MakePairBarChart( 
   Chart chart,
   ChartArea leftChartArea,
   ChartArea rightChartArea,
   Series leftSeries,
   Series rightSeries
)

Parameters

chart
Chart control
leftChartArea
Left Chart Area
rightChartArea
Right Chart Area
leftSeries
Series to be assigned to Left Char tArea
rightSeries
Series to be assigned to Right Char tArea

Exceptions

Exception Description
ArgumentNullException Thrown when any parameter is null.
PairBarChartException 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.