Gets or sets whether the symbols are shown in a Gantt chart.

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

Syntax

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

See Also