ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotChart Class / MaxPoints Property

In This Topic
    MaxPoints Property
    In This Topic
    Gets or sets the maximum number of points to be shown in each series.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(100)>
    Public Property MaxPoints As Integer
    [DefaultValue(100)]
    public int MaxPoints {get; set;}
    See Also