2.163.23 GaugePanel.AntiAliasing

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The GaugePanel.AntiAliasing element specifies the anti-aliasing type for a GaugePanel. The GaugePanel.AntiAliasing element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. The String value of this element MUST be one of the following:

All: Both text and graphics have anti-aliasing applied.

Text: Only text has anti-aliasing applied.

Graphics: Graphical elements have anti-aliasing applied.

None: Nothing in the gauge panel has anti-aliasing applied.

If the GaugePanel.AntiAliasing element is not present, its String value is interpreted as "All".

The following is the parent element of the GaugePanel.AntiAliasing element.

Parent elements

GaugePanel

The following is the XML Schema definition of the GaugePanel.AntiAliasing element.

 <xsd:element name="AntiAliasing" type="xsd:string" minOccurs="0">