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

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