Gets or sets whether the symbols are shown in a Gantt chart.
Namespace:
C1.Win.C1ChartAssembly: 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 |