ActiveReports 8
DeviceModes Enumeration
See Also 
GrapeCity.ActiveReports.Chart.v8 Assembly > GrapeCity.ActiveReports.Chart Namespace : DeviceModes Enumeration

Glossary Item Box

Specifies the device drawing mode used to render the chart.

Syntax

Visual Basic (Declaration) 
Public Enum DeviceModes 
   Inherits System.Enum
C# 
public enum DeviceModes : System.Enum 

Members

MemberDescription
BlackWhiteHatch patterns and dashed lines are used to designate colors.
None

The standard mode, in which colors are used.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Chart.DeviceModes

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also