2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / TrendLine Class / PlotNumPoints Property

In This Topic
    PlotNumPoints Property (TrendLine)
    In This Topic
    Gets or sets the number of points used to plot the TrendLine.
    Syntax
    'Declaration
     
    Public Property PlotNumPoints As System.Integer
    public System.int PlotNumPoints {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