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

In This Topic
    TitleSeparator Property
    In This Topic
    Gets or sets a value indicating what type of separator to use for the legend title.
    Syntax
    'Declaration
     
    Public Property TitleSeparator As RdlEnum(Of ChartLine)
    public RdlEnum<ChartLine> TitleSeparator {get; set;}
    See Also