ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapColorScale Class / LabelInterval Property

In This Topic
    LabelInterval Property (MapColorScale)
    In This Topic
    Gets or sets the frequency of the labels along the color bar. An expression should evaluate to a Integer. The default value is 1.
    Syntax
    'Declaration
     
    Public Property LabelInterval As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo LabelInterval {get; set;}
    See Also