Specifies the anti-aliasing mode for the internal filling of a C1GaugeRange.

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public enum C1GaugeRangeAntiAliasing
Visual Basic (Declaration)
Public Enumeration C1GaugeRangeAntiAliasing

Members

Member nameDescription
None The special anti-aliasing is not applied to the range's filling.
LowQuality Applies the fast low-quality anti-aliasing to the range's filling.
HighQuality Applies the slow but high-quality anti-aliasing to the range's filling.

See Also