Gets or sets the anti-aliasing method for the range filling.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(C1GaugeRangeAntiAliasing.None)] public C1GaugeRangeAntiAliasing AntiAliasing { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(C1GaugeRangeAntiAliasing.None)> _ Public Property AntiAliasing As C1GaugeRangeAntiAliasing Get Set |
Remarks
Applying anti-aliasing to a bound range has significant performance impact.
Instead, you may draw a border of the same color as the background.