From 6739c249e7bf3cf7d2132b2aa49b6faf6bebec29 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Wed, 23 Nov 2011 12:28:10 +0900 Subject: -refactoring chart position and axis data/category for chart. -additional specs and documentation improvements. --- doc/Axlsx/SerAxis.html | 89 +++++++++++++++++++++++++++++--------------------- 1 file changed, 52 insertions(+), 37 deletions(-) (limited to 'doc/Axlsx/SerAxis.html') diff --git a/doc/Axlsx/SerAxis.html b/doc/Axlsx/SerAxis.html index 17fe2a43..e46afa7e 100644 --- a/doc/Axlsx/SerAxis.html +++ b/doc/Axlsx/SerAxis.html @@ -97,7 +97,7 @@

Overview

-A SarAxis object defines a series axis +A SerAxis object defines a series axis

@@ -118,7 +118,7 @@ A SarAxis object defines a series axis
  • - - (Boolean) tickLblSkip + - (Integer) tickLblSkip @@ -134,7 +134,10 @@ A SarAxis object defines a series axis -
    +

    +The number of tick lables to skip between labels. +

    +
  • @@ -158,7 +161,10 @@ A SarAxis object defines a series axis -
    +

    +The number of tickmarks to be skipped before the next one is rendered. +

    +
    @@ -276,7 +282,7 @@ Creates a new SerAxis object —

    -the id of this axis +the id of this axis. Inherited

    @@ -293,7 +299,7 @@ the id of this axis —

    -the id of the perpendicular axis +the id of the perpendicular axis. Inherited

    @@ -331,35 +337,44 @@ a customizable set of options
    • - axPos + axPos. (Symbol) - + —

      +Inherited +

      +
    • - tickLblPos + tickLblPos. (Symbol) - + —

      +Inherited +

      +
    • - crosses + crosses. (Symbol) - + —

      +Inherited +

      +
    • tickLblSkip - (Boolean) + (Integer) @@ -368,7 +383,7 @@ a customizable set of options
    • tickMarkSkip - (Symbol) + (Integer) @@ -385,21 +400,15 @@ a customizable set of options
       
       
      -19
      -20
       21
       22
      -23
      -24
      +23 -
      # File 'lib/axlsx/drawing/ser_axis.rb', line 19
      +      
      # File 'lib/axlsx/drawing/ser_axis.rb', line 21
       
       def initialize(axId, crossAx, options={})
         super(axId, crossAx, options)
      -  options.each do |o|
      -    self.send("#{o[0]}=", o[1]) if self.respond_to? "#{o[0]}="
      -  end
       end
       
      @@ -418,13 +427,16 @@ a customizable set of options

      - - (Boolean) tickLblSkip + - (Integer) tickLblSkip

      - +

      +The number of tick lables to skip between labels +

      +
      @@ -436,7 +448,7 @@ a customizable set of options
    • - (Boolean) + (Integer) @@ -450,12 +462,12 @@ a customizable set of options
       
       
      -6
       7
      -8
      +8 +9
    • -
      # File 'lib/axlsx/drawing/ser_axis.rb', line 6
      +      
      # File 'lib/axlsx/drawing/ser_axis.rb', line 7
       
       def tickLblSkip
         @tickLblSkip
      @@ -478,7 +490,10 @@ a customizable set of options
         
       

      - +

      +The number of tickmarks to be skipped before the next one is rendered. +

      +
      @@ -504,12 +519,12 @@ a customizable set of options
       
       
      -9
      -10
      -11
      +11 +12 +13
      -
      # File 'lib/axlsx/drawing/ser_axis.rb', line 9
      +      
      # File 'lib/axlsx/drawing/ser_axis.rb', line 11
       
       def tickMarkSkip
         @tickMarkSkip
      @@ -586,16 +601,16 @@ The document builder instance this objects xml will be added to.
             
       
       
      +31
       32
       33
       34
       35
       36
      -37
      -38
      +37
      -
      # File 'lib/axlsx/drawing/ser_axis.rb', line 32
      +      
      # File 'lib/axlsx/drawing/ser_axis.rb', line 31
       
       def to_xml(xml)
         xml.send('c:serAx') {
      @@ -615,7 +630,7 @@ The document builder instance this objects xml will be added to.
       
    -- cgit v1.2.3