Class: Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::AreaStyle
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::AreaStyle
- 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
-
#color ⇒ ::String
Optional.
-
#opacity ⇒ ::Integer
Optional.
-
#origin ⇒ ::String
Optional.
-
#shadow_blur ⇒ ::Integer
Optional.
-
#shadow_color ⇒ ::String
Optional.
-
#shadow_offset_x ⇒ ::Integer
Optional.
-
#shadow_offset_y ⇒ ::Integer
Optional.
Instance Attribute Details
#color ⇒ ::String
Returns 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.
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.
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.
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.
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 |