ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapLegendTitle.LegendTitleSeparator Enumeration

In This Topic
    MapLegendTitle.LegendTitleSeparator Enumeration
    In This Topic
    Indicates what type of separator to use for the legend title.
    Syntax
    'Declaration
     
    Public Enum MapLegendTitle.LegendTitleSeparator 
       Inherits System.Enum
    public enum MapLegendTitle.LegendTitleSeparator : System.Enum 
    Members
    MemberDescription
    DashLineSeparate with DashLine
    DotLineSeparate with DotLine
    DoubleLineSeparate with DoubleLine
    GradientLineSeparate with GradientLine
    LineSeparate with Line
    NoneNo separator
    ThickGradientLineSeparate with ThickGradientLine
    ThickLineSeparate with ThickLine
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.MapLegendTitle.LegendTitleSeparator

    See Also