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 name of the given series.

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

Syntax

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

Parameters

seriesId
String
The id of the dataseries.

Return Value

See Also

Advanced