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

In This Topic
    LabelInterval Property
    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.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo LabelInterval {get; set;}
    See Also