[]
        
(Showing Draft Content)

C1.Win.C1Chart.ParametricFunction.GetPoints

GetPoints Method

GetPoints(bool)

Gets the calulated Y points of chart.

Declaration
protected override PointF[] GetPoints(bool screen)
Parameters
Type Name Description
bool screen

Whether to clip points on the chart area.

Returns
Type Description
PointF[]

The array of calulated Y points of chart.

Overrides