ChartSeriesSetGetMaxPointsCount Method |
Returns the number of points in the longest data series.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int GetMaxPointsCount()
Public Function GetMaxPointsCount As Integer
public:
int GetMaxPointsCount()
member GetMaxPointsCount : unit -> int
Return Value
Type:
Int32Number of points in the longest data series
See Also