Method: SVG::Graph::Graph#width

Defined in:
lib/svg_graph/Graph.rb

#widthObject

Set the width of the graph box, this is the total width

of the SVG box created - not the graph it self which auto
scales to fix the space.


236
237
238
# File 'lib/svg_graph/Graph.rb', line 236

def width
  @width
end