[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.AntiAliasing

AntiAliasing Enum

The possible values for the GaugePanel.AntiAliasing and Map.AntiAliasing properties.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum AntiAliasing

Fields

Name Description
All

Anti-aliasing is applied to both text and graphics.

Graphics

Anti-aliasing is applied to graphics.

None

Anti-aliasing is not applied.

Text

Anti-aliasing is applied to text.

Extension Methods