Intersoft ClientUI Documentation
RedrawOtherSeries Method



The series host to update.
Redraws other column series to assure they allocate the right amount of space for their columns.
Syntax
Protected Sub RedrawOtherSeries( _
   ByVal seriesHost As ISeriesHost _
) 
Dim instance As ColumnBarSeriesBase
Dim seriesHost As ISeriesHost
 
instance.RedrawOtherSeries(seriesHost)
protected void RedrawOtherSeries( 
   ISeriesHost seriesHost
)
protected:
void RedrawOtherSeries( 
   ISeriesHost^ seriesHost
) 

Parameters

seriesHost
The series host to update.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColumnBarSeriesBase Class
ColumnBarSeriesBase Members

Send Feedback