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/Series.html | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) (limited to 'doc/Axlsx/Series.html') diff --git a/doc/Axlsx/Series.html b/doc/Axlsx/Series.html index 668ede03..32106681 100644 --- a/doc/Axlsx/Series.html +++ b/doc/Axlsx/Series.html @@ -104,7 +104,8 @@ The recommended way to manage series is to use Chart#add_series

-A Series defines the title, data and labels for chart data. +A Series defines the common series attributes and is the super class for +all concrete series types.

@@ -161,7 +162,7 @@ The chart that owns this series.
  • - - (Object) index + - (Integer) index @@ -178,7 +179,7 @@ The chart that owns this series.

    -retrieves the series index in the chart’s series collection. +The index of this series in the chart’s series.

    @@ -488,14 +489,14 @@ The chart that owns this series

    - - (Object) index (readonly) + - (Integer) index (readonly)

    -retrieves the series index in the chart’s series collection +The index of this series in the chart’s series.

    @@ -503,6 +504,19 @@ retrieves the series index in the chart’s series collection
    +

    Returns:

    +
      + +
    • + + + (Integer) + + + +
    • + +
    @@ -539,7 +553,8 @@ retrieves the series index in the chart’s series collection

    -The order of this series in the chart’s series. +The order of this series in the chart’s series. By default the order +is the index of the series.

    @@ -706,17 +721,17 @@ The document builder instance this objects xml will be added to.
     
     
    +60
     61
     62
     63
     64
     65
     66
    -67
    -68
    +67
    -
    # File 'lib/axlsx/drawing/series.rb', line 61
    +      
    # File 'lib/axlsx/drawing/series.rb', line 60
     
     def to_xml(xml)
       xml.send('c:ser') {
    @@ -737,7 +752,7 @@ The document builder instance this objects xml will be added to.
     
         
         
    -- 
    cgit v1.2.3