Gets or sets the plot element.

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

Syntax

C#
[DefaultValueAttribute(PlotElementEnum.Points)]
public PlotElementEnum PlotElement { get; set; }
Visual Basic
<DefaultValueAttribute(PlotElementEnum.Points)> _
Public Property PlotElement As PlotElementEnum
	Get
	Set

See Also