Gets or sets the number of points used to plot the TrendLine.
[Visual Basic]
Public Property PlotNumPoints As Integer
[C#]
public int PlotNumPoints {get;set;}
[Delphi]
public property PlotNumPoints: Int32 read get_PlotNumPoints write set_PlotNumPoints;
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
TrendLine Class | TrendLine Members | C1.Win.C1Chart Namespace | TrendLine Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |