ActiveReports 19 .NET Edition
MESCIUS.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 an System.Int32. The default value is 5
    Syntax
    'Declaration
     
    Public Property BucketCount As ExpressionInfo
    public ExpressionInfo BucketCount {get; set;}
    See Also