Sha256: 0cf93f8120acef0b6ce2d9a56309962c2425f748a6334db00f58af4ae74984c4

Contents?: true

Size: 506 Bytes

Versions: 3

Compression:

Stored size: 506 Bytes

Contents

# frozen_string_literal: true

module Goldendocx
  module Charts
    class ValueAxis
      include Goldendocx::Element

      namespace :c
      tag :valAx

      embeds_one :axis_id, class_name: 'Goldendocx::Charts::Properties::AxisProperty', auto_build: true
      embeds_one :cross_axis, class_name: 'Goldendocx::Charts::Properties::CrossAxisProperty', auto_build: true

      def initialize
        build_axis_id(axis_id: 2094739)
        build_cross_axis(axis_id: 9374902)
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
goldendocx-0.3.0 lib/goldendocx/charts/value_axis.rb
goldendocx-0.2.3 lib/goldendocx/charts/value_axis.rb
goldendocx-0.2.2 lib/goldendocx/charts/value_axis.rb