kpchart

Name

kpchart -- A GtkWidget that can paint three types of diagrams.

Synopsis



GtkWidget*  kp_chart_new                    (void);
void        kp_chart_set_size               (KPChart *chart,
                                             gint groups,
                                             gint items);
void        kp_chart_set                    (KPChart *chart,
                                             gdouble **data);
void        kp_chart_set_type               (KPChart*,
                                             gint);
void        kp_chart_set_title              (KPChart *chart,
                                             const gchar *title);
void        kp_chart_set_group              (KPChart*,
                                             gint,
                                             gdouble*);
void        kp_chart_set_group_title        (KPChart *chart,
                                             guint group,
                                             const gchar *title);
void        kp_chart_set_group_titles       (KPChart *chart,
                                             gint groups,
                                             gchar **titles);

Description

Details

kp_chart_new ()

GtkWidget*  kp_chart_new                    (void);

Returns :

A new GtkWidget


kp_chart_set_size ()

void        kp_chart_set_size               (KPChart *chart,
                                             gint groups,
                                             gint items);

chart :

groups :

items :


kp_chart_set ()

void        kp_chart_set                    (KPChart *chart,
                                             gdouble **data);

chart :

data :


kp_chart_set_type ()

void        kp_chart_set_type               (KPChart*,
                                             gint);

Param1 :

Param2 :


kp_chart_set_title ()

void        kp_chart_set_title              (KPChart *chart,
                                             const gchar *title);

chart :

title :


kp_chart_set_group ()

void        kp_chart_set_group              (KPChart*,
                                             gint,
                                             gdouble*);

Param1 :

Param2 :

Param3 :


kp_chart_set_group_title ()

void        kp_chart_set_group_title        (KPChart *chart,
                                             guint group,
                                             const gchar *title);

chart :

group :

title :


kp_chart_set_group_titles ()

void        kp_chart_set_group_titles       (KPChart *chart,
                                             gint groups,
                                             gchar **titles);

chart :

groups :

titles :