Gets or sets whether the Normal curve is drawn using anti-aliasing.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(true)] [XmlAttributeAttribute] public bool UseAntiAlias { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(True)> _ <XmlAttributeAttribute> _ Public Property UseAntiAlias As Boolean Get Set |
Remarks
By default, the normal curve is drawn using anti-aliasing methods. Setting
the UseAntiAlias property to false overrides this behavior.