ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartLegend Class / HeaderSeparator Property

In This Topic
    HeaderSeparator Property
    In This Topic
    Gets or sets the type of separator to use for the legend header.

    Default: ChartLine.None.

    Syntax
    'Declaration
     
    Public Property HeaderSeparator As RdlEnum(Of ChartLine)
    public RdlEnum<ChartLine> HeaderSeparator {get; set;}
    See Also