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

In This Topic
    ColumnSeparator Property
    In This Topic
    Gets or sets the type of separator to use for the columns.

    Default: ChartLine.None.

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