Requests the hosting application to encode the collection of ChartablePoints into a string (for persistence related).
string EncodeChartablePoints(
ICollection<IChartablePoint> chartablePoints
)
Parameters
- chartablePoints
-
Type: ICollection<IChartablePoint>
The collection of ChartablePoints to encode.
