Gets or sets whether the PointStyle will be shown in legend.

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

Syntax

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

See Also