def rxbag_plugins.chart.ChartArea.__init__ | ( | self | ) |
def rxbag_plugins.chart.ChartArea._draw_axes | ( | self, | |
dc | |||
) | [private] |
def rxbag_plugins.chart.ChartArea._draw_border | ( | self, | |
dc | |||
) | [private] |
def rxbag_plugins.chart.ChartArea._draw_data | ( | self, | |
dc | |||
) | [private] |
def rxbag_plugins.chart.ChartArea._draw_data_extents | ( | self, | |
dc | |||
) | [private] |
def rxbag_plugins.chart.ChartArea._draw_grid | ( | self, | |
dc | |||
) | [private] |
def rxbag_plugins.chart.ChartArea._draw_legend | ( | self, | |
dc | |||
) | [private] |
def rxbag_plugins.chart.ChartArea._draw_lines | ( | self, | |
dc, | |||
lines | |||
) | [private] |
def rxbag_plugins.chart.ChartArea._draw_ticks | ( | self, | |
dc | |||
) | [private] |
def rxbag_plugins.chart.ChartArea._draw_x_indicator | ( | self, | |
dc | |||
) | [private] |
def rxbag_plugins.chart.ChartArea._generate_lines_x | ( | self, | |
x0, | |||
x1, | |||
x_step, | |||
py0 = None , |
|||
py1 = None |
|||
) | [private] |
def rxbag_plugins.chart.ChartArea._generate_lines_y | ( | self, | |
y0, | |||
y1, | |||
y_step, | |||
px0 = None , |
|||
px1 = None |
|||
) | [private] |
def rxbag_plugins.chart.ChartArea._get_axis_interval | ( | self, | |
range, | |||
intervals = [1.0 |
|||
) | [private] |
def rxbag_plugins.chart.ChartArea._get_color | ( | self, | |
series, | |||
alpha = None |
|||
) | [private] |
def rxbag_plugins.chart.ChartArea._get_max_label_width | ( | self, | |
dc, | |||
x_interval | |||
) | [private] |
def rxbag_plugins.chart.ChartArea._get_palette_offset | ( | self | ) | [private] |
def rxbag_plugins.chart.ChartArea._get_show_x_ticks | ( | self | ) | [private] |
def rxbag_plugins.chart.ChartArea._get_x_view | ( | self | ) | [private] |
def rxbag_plugins.chart.ChartArea._round_max_to_interval | ( | self, | |
max_val, | |||
interval, | |||
extend_touching = False |
|||
) | [private] |
def rxbag_plugins.chart.ChartArea._round_min_to_interval | ( | self, | |
min_val, | |||
interval, | |||
extend_touching = False |
|||
) | [private] |
def rxbag_plugins.chart.ChartArea._set_palette_offset | ( | self, | |
palette_offset | |||
) | [private] |
def rxbag_plugins.chart.ChartArea._set_show_x_ticks | ( | self, | |
show_x_ticks | |||
) | [private] |
def rxbag_plugins.chart.ChartArea._set_x_view | ( | self, | |
x_view | |||
) | [private] |
def rxbag_plugins.chart.ChartArea._update_x_interval | ( | self, | |
dc | |||
) | [private] |
def rxbag_plugins.chart.ChartArea._update_y_interval | ( | self, | |
dc | |||
) | [private] |
def rxbag_plugins.chart.ChartArea.add_datum | ( | self, | |
series, | |||
x, | |||
y | |||
) |
def rxbag_plugins.chart.ChartArea.bounds_bottom | ( | self | ) |
def rxbag_plugins.chart.ChartArea.bounds_height | ( | self | ) |
def rxbag_plugins.chart.ChartArea.bounds_left | ( | self | ) |
def rxbag_plugins.chart.ChartArea.bounds_right | ( | self | ) |
def rxbag_plugins.chart.ChartArea.bounds_top | ( | self | ) |
def rxbag_plugins.chart.ChartArea.bounds_width | ( | self | ) |
def rxbag_plugins.chart.ChartArea.clear | ( | self | ) |
def rxbag_plugins.chart.ChartArea.coord_data_to_chart | ( | self, | |
x, | |||
y | |||
) |
def rxbag_plugins.chart.ChartArea.dx_chart_to_data | ( | self, | |
dx | |||
) |
def rxbag_plugins.chart.ChartArea.dx_data_to_chart | ( | self, | |
dx | |||
) |
def rxbag_plugins.chart.ChartArea.dy_chart_to_data | ( | self, | |
dy | |||
) |
def rxbag_plugins.chart.ChartArea.dy_data_to_chart | ( | self, | |
dy | |||
) |
def rxbag_plugins.chart.ChartArea.format_group | ( | self, | |
number | |||
) |
def rxbag_plugins.chart.ChartArea.format_x | ( | self, | |
x, | |||
x_interval = None |
|||
) |
def rxbag_plugins.chart.ChartArea.format_y | ( | self, | |
y, | |||
y_interval = None |
|||
) |
def rxbag_plugins.chart.ChartArea.max_x | ( | self | ) |
def rxbag_plugins.chart.ChartArea.max_y | ( | self | ) |
def rxbag_plugins.chart.ChartArea.min_x | ( | self | ) |
def rxbag_plugins.chart.ChartArea.min_y | ( | self | ) |
def rxbag_plugins.chart.ChartArea.num_points | ( | self | ) |
def rxbag_plugins.chart.ChartArea.paint | ( | self, | |
dc | |||
) |
def rxbag_plugins.chart.ChartArea.view_max_x | ( | self | ) |
def rxbag_plugins.chart.ChartArea.view_max_y | ( | self | ) |
def rxbag_plugins.chart.ChartArea.view_min_x | ( | self | ) |
def rxbag_plugins.chart.ChartArea.view_min_y | ( | self | ) |
def rxbag_plugins.chart.ChartArea.view_range_x | ( | self | ) |
def rxbag_plugins.chart.ChartArea.view_range_y | ( | self | ) |
def rxbag_plugins.chart.ChartArea.x_chart_to_data | ( | self, | |
x | |||
) |
def rxbag_plugins.chart.ChartArea.x_data_to_chart | ( | self, | |
x | |||
) |
def rxbag_plugins.chart.ChartArea.y_chart_to_data | ( | self, | |
y | |||
) |
def rxbag_plugins.chart.ChartArea.y_data_to_chart | ( | self, | |
y | |||
) |
def rxbag_plugins.chart.ChartArea.y_view | ( | self | ) |
rxbag_plugins::chart.ChartArea::_height [private] |
rxbag_plugins::chart.ChartArea::_lock [private] |
rxbag_plugins::chart.ChartArea::_palette [private] |
rxbag_plugins::chart.ChartArea::_width [private] |
rxbag_plugins::chart.ChartArea::_x_view [private] |
rxbag_plugins::chart.ChartArea::_y_view [private] |
rxbag_plugins::chart.ChartArea::palette_offset = property(_get_palette_offset, _set_palette_offset) [static] |
rxbag_plugins::chart.ChartArea::show_x_ticks = property(_get_show_x_ticks, _set_show_x_ticks) [static] |
rxbag_plugins::chart.ChartArea::x_view = property(_get_x_view, _set_x_view) [static] |