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

In This Topic
    RangeGapColor Property
    In This Topic
    Gets or sets the color used to fill color divisions for range values which are not defined. Ignored if LabelBehavior != MapColorScale.MapLabelBehavior.ShowBorderValue. The default value is White.
    Syntax
    'Declaration
     
    Public Property RangeGapColor As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo RangeGapColor {get; set;}
    See Also