Gets or sets whether the TrendLine is plotted over or behind the data.

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

Syntax

C#
[DefaultValueAttribute(true)]
public bool PlotOverData { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
Public Property PlotOverData As Boolean
	Get
	Set

See Also