Class: Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::AreaStyle

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb

Overview

Custom styling for area chart

Instance Attribute Summary collapse

Instance Attribute Details

#color::String

Returns Optional. Used to add color.

Returns:

  • (::String)

    Optional. Used to add color



251
252
253
254
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 251

class AreaStyle
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#opacity::Integer

Returns Optional. Used to add opacity.

Returns:

  • (::Integer)

    Optional. Used to add opacity



251
252
253
254
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 251

class AreaStyle
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#origin::String

Returns Optional. Used to add origin.

Returns:

  • (::String)

    Optional. Used to add origin



251
252
253
254
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 251

class AreaStyle
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#shadow_blur::Integer

Returns Optional. Used to add shadow blur.

Returns:

  • (::Integer)

    Optional. Used to add shadow blur



251
252
253
254
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 251

class AreaStyle
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#shadow_color::String

Returns Optional. Used to add shadow color.

Returns:

  • (::String)

    Optional. Used to add shadow color



251
252
253
254
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 251

class AreaStyle
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#shadow_offset_x::Integer

Returns Optional. Used to add shadow offsetX.

Returns:

  • (::Integer)

    Optional. Used to add shadow offsetX



251
252
253
254
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 251

class AreaStyle
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#shadow_offset_y::Integer

Returns Optional. Used to add shadow offsetY.

Returns:

  • (::Integer)

    Optional. Used to add shadow offsetY



251
252
253
254
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 251

class AreaStyle
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end