ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapAppearanceRule Class / BucketCount Property

In This Topic
    BucketCount Property
    In This Topic
    Defines the number of buckets for the specified distribution. Ignored if DistributionType is Custom or if DataValue is not Scalar. An expression should evaluate to a Integer. The default value is 5
    Syntax
    'Declaration
     
    Public Property BucketCount As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo BucketCount {get; set;}
    See Also