Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Chart Class / PaletteHatchBehavior Property

In This Topic
    PaletteHatchBehavior Property
    In This Topic
    Gets or sets value indicating whether hatching should be automatically applied to data points in the chart. Default: Default (treated as None).
    Syntax
    'Declaration
     
    Public Property PaletteHatchBehavior As RdlEnum(Of ChartPaletteHatchBehavior)
    public RdlEnum<ChartPaletteHatchBehavior> PaletteHatchBehavior {get; set;}
    See Also