Skip to main content

ASPxGaugeControl.GraphicsProperties Property

Provides access to rendering settings for this ASPxGaugeControl.

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v23.2.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public GraphicsProperties GraphicsProperties { get; }

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.

XtraGauges - Low Rendering Quality

See Also