[]
Gets or sets a value indicating whether the Normal curve is drawn using anti-aliasing.
By default, the normal curve is drawn using anti-aliasing methods. Setting this to false overrides this behavior.
[C1Description("ChartNormalCurve.UseAntiAlias", "Specifies whether the Normal curve is drawn using anti-aliasing.")]
public bool UseAntiAlias { get; set; }
<C1Description("ChartNormalCurve.UseAntiAlias", "Specifies whether the Normal curve is drawn using anti-aliasing.")>
Public Property UseAntiAlias As Boolean