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






In This Topic
    MaxSeries Property (PivotChart)
    In This Topic
    Gets or sets the maximum number of data series to be shown in the chart.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(100)>
    Public Property MaxSeries As System.Integer
    'Usage
     
    
    Dim instance As PivotChart
    Dim value As System.Integer
     
    instance.MaxSeries = value
     
    value = instance.MaxSeries
    [System.ComponentModel.DefaultValue(100)]
    public System.int MaxSeries {get; set;}
    public read-write property MaxSeries: System.Integer; 
    System.ComponentModel.DefaultValueAttribute(100)
    public function get,set MaxSeries : System.int
    [System.ComponentModel.DefaultValue(100)]
    public: __property System.int get_MaxSeries();
    public: __property void set_MaxSeries( 
       System.int value
    );
    [System.ComponentModel.DefaultValue(100)]
    public:
    property System.int MaxSeries {
       System.int get();
       void set (    System.int value);
    }
    See Also