Constructs a new stack generator with the default settings.
Ensure that the accessors used with the stack generator correspond to the arguments passed into them.
The generic corresponds to the data type of an element in the data array passed into the stack generator.
Constructs a new stack generator with the default settings.
Ensure that the accessors used with the stack generator correspond to the arguments passed into them.
The first generic corresponds to the data type of an element in the data array passed into the stack generator.
The second generic corresponds to the data type of key used to identify a series.
Constructs a new stack generator with the default settings.
Ensure that the accessors used with the stack generator correspond to the arguments passed into them.
The first generic corresponds to the "this" context in which the stack generator and its accessor functions are invoked.
The second generic corresponds to the data type of an element in the data array passed into the stack generator.
The third generic corresponds to the data type of key used to identify a series.
Constructs a new stack generator with the default settings.
Ensure that the accessors used with the stack generator correspond to the arguments passed into them.