Gets or sets whether the function is plotted over or behind data series plots.

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