lib/fast_excel/binding/chart.rb in fast_excel-0.2.6 vs lib/fast_excel/binding/chart.rb in fast_excel-0.3.0

- old
+ new

@@ -904,11 +904,27 @@ # @scope class enum :chart_error_bar_cap, [ :end_, 0, :no, 1 ] - + + enum :chart_error_bar_axis, [ + :axis_x, 0, + :axis_y, 1 + ] + + enum :chart_axis_label_alignment, [ + :align_center, 0, + :align_left, 1, + :align_right, 2 + ] + + enum :chart_axis_type, [ + :axis_type_x, 0, + :axis_type_y, 1 + ] + # = Fields: # :type :: # (Integer) # :direction :: # (Integer) @@ -1266,10 +1282,11 @@ :show_labels_name, :uchar, :show_labels_leader, :uchar, :show_labels_legend, :uchar, :show_labels_percent, :uchar, :label_position, :uchar, + :label_align, :uchar, :label_separator, :uchar, :default_label_position, :uchar, :label_num_format, :string, :label_font, ChartFont, :x_error_bars, SeriesErrorBars, @@ -1932,10 +1949,11 @@ :axis_id_3, :uint, :axis_id_4, :uint, :in_use, :uchar, :chart_group, :uchar, :cat_has_num_fmt, :uchar, + :is_chartsheet, :uchar, :has_horiz_cat_axis, :uchar, :has_horiz_val_axis, :uchar, :style_id, :uchar, :rotation, :ushort, :hole_size, :ushort, @@ -1974,9 +1992,10 @@ :up_bar_line, ChartLine, :down_bar_line, ChartLine, :up_bar_fill, ChartFill, :down_bar_fill, ChartFill, :default_label_position, :uchar, + :is_protected, :uchar, :ordered_list_pointers, ChartOrderedListPointers.by_value, :list_pointers, ChartListPointers.by_value end # @method chart_new(type) \ No newline at end of file