Gets or sets the plot element which will be used in highlighting.

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

Syntax

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

See Also