
Chart::Clicker::Context

Contexts represent the way a dataset should be charted. Multiple contexts allow a chart with multiple renderers and axes. See the CONTEXTS section in Chart::Clicker.


Creates a new Context object.
Set/get this context's domain axis
Set/get this context's name
Set/get this context's range axis
Set/get this context's renderer
Sets this context's axes to those of the supplied context. This is a convenience method for quickly sharing axes. It's simple doing:
$self->range_axis($other_context->range_axis); $self->domain_axis($other_context->domain_axis);

Cory G Watson <gphat@cpan.org>

perl(1)

You can redistribute and/or modify this code under the same terms as Perl itself.