Class Prawn::Chart::Grid
In: lib/prawn/graph/grid.rb
Parent: Object

Prawn::Chart::Grid represents the area whcih your data will be plotted. It is drawn before your data is plotted and serves to mark where the axes of your plot will be and to give an indication of scale.

Methods

draw   new   start_x   start_y  

Attributes

document  [RW] 
height  [RW] 
point  [RW] 
spacing  [RW] 
width  [RW] 

Public Class methods

Public Instance methods

Draws the Grid on the specified Prawn::Document

[Validate]