ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / DeviceModes Enumeration

In This Topic
    DeviceModes Enumeration
    In This Topic
    Specifies the device drawing mode used to render the chart.
    Syntax
    'Declaration
     
    Public Enum DeviceModes 
       Inherits System.Enum
    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

    See Also