ASPxGaugeControl.GraphicsProperties Property
Provides access to rendering settings for this ASPxGaugeControl.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.1.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraGauges.Core.Drawing.GraphicsProperties | A DevExpress.XtraGauges.Core.Drawing.GraphicsProperties object that stores rendering settings for this ASPxGaugeControl. |
Remarks
The GraphicsProperties property provides access to settings that change the rendering quality of both graphic and text elements for this gauge. Normally, you do not need to modify these settings manually. The figure below illustrates a piece of a circular gauge rendered in low quality without text anti-aliasing.
See Also