configure_width |
配置折线图的宽度 |
width: int |
None |
configure_height |
配置折线图的高度 |
height: int |
None |
configure_axis_size |
配置坐标轴宽度 |
axis_size: int |
None |
configure_bg_color |
配置折线图的背景色 |
bg_color: str |
None |
configure_fg_color |
配置折线图的前景色 |
fg_color: str |
None |
configure_axis_color |
配置坐标轴轴颜色 |
axis_color: str |
None |
configure_data_font_style |
配置坐标轴名称的字体样式 |
data_font_style: Tuple[str, int, str] |
None |
configure_axis_font_style |
配置坐标轴文字的字体样式 |
axis_font_style: Tuple[str, int, str] |
None |
configure_y_axis_values |
配置 y 轴的最小值和最大值 |
y_axis_values: Tuple[int | float, ...] |
None |
configure_y_axis_precision |
配置 y 轴值的精度 |
y_axis_precision: int |
None |
configure_y_axis_font_color |
配置 y 轴标签的字体颜色 |
y_axis_font_color: str |
None |
configure_y_axis_data_font_color |
配置 y_data 的字体颜色 |
y_axis_data_font_color: str |
None |
configure_y_axis_label_count |
配置 y 轴标签数量 |
y_axis_label_count: int |
None |
configure_y_axis_data |
配置 y_data 的值(y 坐标轴名称) |
y_axis_data: any |
None |
configure_y_axis_data_position |
配置 y_data 的排布方式 |
y_axis_data_position: str |
None |
configure_y_axis_section_count |
配置 y 轴上的网格线数 |
y_axis_section_count: int |
None |
configure_y_axis_section_color |
配置 y 轴上网格线的颜色 |
y_axis_section_color: str |
None |
configure_y_axis_section_style |
配置 y 轴上的网格线样式 |
y_axis_section_style: str |
None |
configure_y_axis_section_style_type |
配置 y 轴上网格线的实线与空白的尺寸 |
y_axis_section_style_type: Tuple[int, int] |
None |
configure_y_space |
配置 y 轴和图表区域之间的空间 |
y_space: int |
None |
configure_x_axis_data |
配置 x_data 的值(x 坐标轴名称) |
x_axis_data: str |
None |
configure_x_axis_data_position |
配置 x_data 的排布方式 |
x_axis_data_position: str |
None |
configure_x_axis_font_color |
配置 x 轴标签的字体颜色 |
x_axis_font_color: str |
None |
configure_x_axis_data_font_color |
配置 x_data 的字体颜色 |
x_axis_data_font_color: str |
None |
configure_x_axis_label_count |
配置 x 轴标签数量 |
x_axis_label_count: int |
None |
configure_x_axis_section_count |
配置 x 轴上的网格线数 |
x_axis_section_count: int |
None |
configure_x_axis_section_color |
配置 x 轴上网格线的颜色 |
x_axis_section_color: str |
None |
configure_x_axis_section_style |
配置 x 轴上的网格线样式 |
x_axis_section_style: str |
None |
configure_x_axis_section_style_type |
配置 x 轴上网格线的实线与空白的尺寸 |
x_axis_section_style_type: Tuple[int, int] |
None |
configure_x_axis_display_values_indices |
配置显示在 x 轴上的坐标值的索引 |
x_axis_display_values_indices: Tuple[int, ...] |
None |
configure_x_axis_point_spacing |
配置线条宽度 |
x_axis_point_spacing: int | str |
None |
configure_x_space |
配置 x 轴和图表区域之间的空间 |
x_space: int |
None |
configure_pointer_state |
配置鼠标状态 |
pointer_state: str |
None |
configure_pointer_color |
配置鼠标颜色 |
pointer_color: str |
None |
configure_pointer_size |
配置鼠标显示线的宽度 |
pointer_size: int |
None |
configure_pointer_lock |
配置鼠标锁状态 |
pointer_lock: str |
None |
configure_pointing_values_precision |
配置指向值的精度 |
pointing_values_precision: int |
None |
configure_pointing_callback_function |
配置鼠标的回调函数 |
pointing_callback_function: callable |
None |