ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapColorScale Class / ColorBarBorderColor Property

In This Topic
    ColorBarBorderColor Property
    In This Topic
    Gets or sets the border color for the color bar. The default value is Black.
    Syntax
    'Declaration
     
    Public Property ColorBarBorderColor As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo ColorBarBorderColor {get; set;}
    See Also