ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / ChartPaletteHatchBehavior Enumeration

In This Topic
    ChartPaletteHatchBehavior Enumeration
    In This Topic
    Specifies how hatching is applied to data points in the chart.
    Syntax
    'Declaration
     
    Public Enum ChartPaletteHatchBehavior 
       Inherits System.Enum
    public enum ChartPaletteHatchBehavior : System.Enum 
    Members
    MemberDescription
    AlwaysAutomatic hatching is applied to all data points (unless BackgroundHatchType is specified as non-Default).
    DefaultDefault. Treated as None.
    NoneNo hatching is added to the data points.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.ChartPaletteHatchBehavior

    See Also