Gets or sets whether the Normal curve is drawn.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[XmlAttributeAttribute] [DefaultValueAttribute(false)] public bool Visible { get; set; } |
Visual Basic |
---|
<XmlAttributeAttribute> _ <DefaultValueAttribute(False)> _ Public Property Visible As Boolean Get Set |