Gets or sets the number of points used when plotting the function.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[DefaultValueAttribute(200)]
public int PlotNumPoints { get; set; }
Visual Basic
<DefaultValueAttribute(200)> _
Public Property PlotNumPoints As Integer
	Get
	Set

Remarks

This property controls the quality of function plotting. Increase PlotNumPoints if function is not smooth or is not shown in detail.

See Also