Class: FunFX::Flex::Elements::FlexCartesianChart

Inherits:
FlexChartBase show all
Includes:
TabularData
Defined in:
lib/funfx/flex/elements.rb

Constant Summary

Constants inherited from FunFX::Flex::Element

FunFX::Flex::Element::MAX_TRIES

Instance Attribute Summary

Attributes inherited from FunFX::Flex::Element

#flex_app, #flex_locator

Instance Method Summary collapse

Methods included from TabularData

#column_names, #num_columns, #num_rows, #values

Methods inherited from FlexChartBase

#clip_content?, #data_tip_layer_index, #data_tip_mode, #description, #font_family, #font_size, #maximum_data_tip_count, #mouse_sensitivity, #padding_bottom, #padding_left, #padding_right, #padding_top, #show_data_tip_targets?, #show_data_tips?

Methods inherited from FlexObject

#automation_class_name, #automation_index, #automation_name, #change_focus, #class_name, #current_state, #enabled?, #error_color, #error_string, #focus_enabled?, #id, #num_automation_children, #percent_height, #percent_width, #scale_x, #scale_y, #theme_color, #tool_tip, #use_hand_cursor?

Methods inherited from FlexDisplayObject

#alpha, #click, #height, #mouse_enabled?, #mouse_move, #tab_children?, #tab_enabled?, #tab_index, #visible?, #width, #x, #y

Methods inherited from FunFX::Flex::Element

#fire_event, #flex_invoke, #get_property_value, #get_tabular_property_value, #initialize, #invoke_tabular_method, #label_element, #raise_if_funfx_error, #shift_case

Constructor Details

This class inherits a constructor from FunFX::Flex::Element

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class FunFX::Flex::Element

Instance Method Details

#gutter_bottomObject



2279
2280
2281
# File 'lib/funfx/flex/elements.rb', line 2279

def gutter_bottom
  get_property_value('gutterBottom', Integer)
end

#gutter_leftObject



2271
2272
2273
# File 'lib/funfx/flex/elements.rb', line 2271

def gutter_left
  get_property_value('gutterLeft', Integer)
end

#gutter_rightObject



2275
2276
2277
# File 'lib/funfx/flex/elements.rb', line 2275

def gutter_right
  get_property_value('gutterRight', Integer)
end

#gutter_topObject



2283
2284
2285
# File 'lib/funfx/flex/elements.rb', line 2283

def gutter_top
  get_property_value('gutterTop', Integer)
end

#horizontal_axis_ratioObject



2267
2268
2269
# File 'lib/funfx/flex/elements.rb', line 2267

def horizontal_axis_ratio
  get_property_value('horizontalAxisRatio', Integer)
end

#text_alignObject



2287
2288
2289
# File 'lib/funfx/flex/elements.rb', line 2287

def text_align
  get_property_value('textAlign', String)
end