SpreadsheetGear
DataSeries Method
See Also  Send Feedback
SpreadsheetGear Namespace > IRange Interface : DataSeries Method

fillDown
Specifies that this method should fill down if true or fill across if false.
type
Specifies the type of fill to perform.
date
Specifies the type of date operation to be performed when DataSeriesType.Chronological is used.
step
Specifies the amount to increment by.
stop
Specifies the value to stop at; use double.PositiveInfinity to fill the entire range.
trend
Specifies that the existing data should be analysed and new data generated from the resulting curve if true, or that a standard fill should be performed if false.
Fill this range with a data series based on the specified type and options.

Syntax

Visual Basic (Declaration) 
Sub DataSeries( _
   ByVal fillDown As Boolean, _
   ByVal type As DataSeriesType, _
   ByVal date As DataSeriesDate, _
   ByVal step As Double, _
   ByVal stop As Double, _
   ByVal trend As Boolean _
) 
C# 
void DataSeries( 
   bool fillDown,
   DataSeriesType type,
   DataSeriesDate date,
   double step,
   double stop,
   bool trend
)

Parameters

fillDown
Specifies that this method should fill down if true or fill across if false.
type
Specifies the type of fill to perform.
date
Specifies the type of date operation to be performed when DataSeriesType.Chronological is used.
step
Specifies the amount to increment by.
stop
Specifies the value to stop at; use double.PositiveInfinity to fill the entire range.
trend
Specifies that the existing data should be analysed and new data generated from the resulting curve if true, or that a standard fill should be performed if false.

Requirements

Platforms: Windows 2000, Windows XP, Windows Vista, Windows Server 2003 and Windows Server 2008. SpreadsheetGear 2009 requires the Microsoft .NET Framework 2.0 and supports .NET 3.0 and .NET 3.5.

See Also

Copyright © 2003-2009 SpreadsheetGear LLC. All Rights Reserved.Help Powered by Innovasys   
SpreadsheetGear is a registered trademark of SpreadsheetGear LLC.
Microsoft, Microsoft Excel and Visual Studio are trademarks or registered trademarks of Microsoft Corporation.