This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the number of values of the given series.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Charts (in Smartsite.Charts.dll)

Syntax

C#Copy imageCopy Code
[(Name = "getcount")]
public int GetValueCount(
	string seriesId
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "getcount")> _
Public Function GetValueCount ( _
	seriesId As  _
) As Integer

Parameters

seriesId
String
The id of the dataseries.

Return Value

See Also

Advanced