# MaxData (Get method) Returns the maximum amount of data (series) allowed. ```  uint  MaxData() ``` Return Value The maximum amount of data (series). # MaxData (Set method) Sets the maximum amount of data (series) allowed. ```  void  MaxData(    const uint  value,  // amount of data    ) ``` Parameters value [in] The maximum amount of data (series).