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

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

Syntax

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

Parameters

seriesId
String
The id of the dataseries.

Return Value

See Also

Advanced