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

In This Topic
    PlotOverData Property (TrendLine)
    In This Topic
    Gets or sets whether the TrendLine is plotted over or behind the data.
    Syntax
    'Declaration
     
    Public Property PlotOverData As System.Boolean
    public System.bool PlotOverData {get; set;}
    See Also