Gets or sets the number of points used to plot the TrendLine.

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 trend line plotting. Increase PlotNumPoints if trend line is not smooth or is not shown in detail.

See Also