ChartSeriesSetGetMaxYValue Method |
Gets the maximal Y value in all series.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic double GetMaxYValue()
Public Function GetMaxYValue As Double
public:
double GetMaxYValue()
member GetMaxYValue : unit -> float
Return Value
Type:
DoubleMaximal item value of all series
See Also