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

In This Topic
    LabelBehavior Property
    In This Topic
    Gets or sets the positioning of the color scale labels. That evaluates to one of MapColorScale.MapLabelBehavior. The default value is MapColorScale.MapLabelBehavior.Auto.
    Syntax
    'Declaration
     
    Public Property LabelBehavior As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo LabelBehavior {get; set;}
    See Also