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

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

Syntax

C#Copy imageCopy Code
[]
public double GetMaxYValue(
	string seriesId
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Function GetMaxYValue ( _
	seriesId As  _
) As 

Parameters

seriesId
String
The id of the dataseries.

Return Value

See Also

Advanced