Method: Statsample::Graph::Boxplot#label_angle

Defined in:
lib/statsample/graph/boxplot.rb

#label_angleObject

The rotation angle, in radians. Text is rotated clockwise relative to the anchor location. For example, with the default left alignment, an angle of Math.PI / 2 causes text to proceed downwards. The default angle is zero.


51
52
53
# File 'lib/statsample/graph/boxplot.rb', line 51

def label_angle
  @label_angle
end