Sha256: 5126f06edc3b270ec0a699e42e2cc0919e9c2fcf67d1ff3c1ff1bd4e44f1ee85

Contents?: true

Size: 336 Bytes

Versions: 3

Compression:

Stored size: 336 Bytes

Contents

# frozen_string_literal: true

module Goldendocx
  module Charts
    module Properties
      class DataLabelsProperty
        include Goldendocx::Element

        namespace :c
        tag :dLbls

        embeds_one :hidden, class_name: 'Goldendocx::Charts::Properties::LabelHiddenProperty', auto_build: true
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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