Class
AgsGuiCartesian
[−]
Description
class AgsGui.Cartesian : Gtk.Widget
implements Gtk.Accessible, Gtk.Buildable, Gtk.ConstraintTarget {
flags: AgsCartesianFlags,
x_margin: gdouble,
y_margin: gdouble,
center: gdouble,
line_width: gdouble,
point_radius: gdouble,
font_size: gdouble,
x_step_width: gdouble,
y_step_height: gdouble,
x_scale_step_width: gdouble,
y_scale_step_height: gdouble,
x_step: gdouble,
y_step: gdouble,
x_start: gdouble,
x_end: gdouble,
y_start: gdouble,
y_end: gdouble,
x_unit_x0: gdouble,
x_unit_y0: gdouble,
x_unit_size: gdouble,
x_unit: gchar*,
y_unit_x0: gdouble,
y_unit_y0: gdouble,
y_unit_size: gdouble,
y_unit: gchar*,
x_label_start: gdouble,
x_label_step_width: gdouble,
x_label: gchar**,
y_label_start: gdouble,
y_label_step_height: gdouble,
y_label: gchar**,
step_conversion_func: gdouble (* step_conversion_func) (
gdouble current,
gboolean is_abscissae,
gpointer data
),
translate_func: void (* translate_func) (
gdouble x,
gdouble y,
gdouble* ret_x,
gdouble* ret_y,
gpointer data
),
x_small_scale_func: gdouble (* x_small_scale_func) (
gdouble value,
gpointer data
),
x_big_scale_func: gdouble (* x_big_scale_func) (
gdouble value,
gpointer data
),
y_small_scale_func: gdouble (* y_small_scale_func) (
gdouble value,
gpointer data
),
y_big_scale_func: gdouble (* y_big_scale_func) (
gdouble value,
gpointer data
),
x_label_func: gchar* (* x_label_func) (
gdouble value,
gpointer data
),
y_label_func: gchar* (* y_label_func) (
gdouble value,
gpointer data
),
x_step_data: gpointer,
x_step_factor: gdouble,
y_step_data: gpointer,
y_step_factor: gdouble,
translate_data: gpointer,
x_translate_point: gdouble,
y_translate_point: gdouble,
x_scale_data: gpointer,
x_small_scale_factor: gdouble,
x_big_scale_factor: gdouble,
y_scale_data: gpointer,
y_small_scale_factor: gdouble,
y_big_scale_factor: gdouble,
x_label_data: gpointer,
x_label_factor: gdouble,
x_label_precision: gdouble,
y_label_data: gpointer,
y_label_factor: gdouble,
y_label_precision: gdouble,
surface: cairo_surface_t*,
plot: GList*
}
No description available.
[−]
Instance methods
[+]
Methods inherited from GtkAccessible (19)
[+]
Methods inherited from GtkBuildable (1)
[−]
Properties
AgsGui.Cartesian:x-small-scale-factor
The scale factor to use with x small scale function.
since: 4.0.0
AgsGui.Cartesian:y-small-scale-factor
The scale factor to use with y small scale function.
since: 4.0.0
[+]
Properties inherited from GtkAccessible (1)
[+]