Resets the series and recalculates it (if necessary) based on the inputs.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public override void NewSeries( int count ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Sub NewSeries ( _ count As Integer _ ) |
| Visual C++ |
|---|
public: virtual void NewSeries( int count ) override |
Parameters
- count
- Type: System..::.Int32
The length of the series.