| Chart-Clicker documentation | view source | Contained in the Chart-Clicker distribution. |
Chart::Clicker::Context - A rendering context: Axes, Markers and a Renderer
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.
my $context = Chart::Clicker::Context->new(
name => 'Foo'
);
$clicker->add_to_contexts('foo', $context);
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
Creates a new Context object.
Cory G Watson <gphat@cpan.org>
perl(1)
You can redistribute and/or modify this code under the same terms as Perl itself.
| Chart-Clicker documentation | view source | Contained in the Chart-Clicker distribution. |