Get desktop application:
View/edit binary Protocol Buffers messages
Used in: ChartCollection
repeated DataSet data_sets = 1
float xaxis_min = 2
float xaxis_max = 3
string xaxis_label = 4
float yaxis_min = 5
float yaxis_max = 6
string yaxis_label = 7
string title = 8
repeated Chart charts = 1
(message has no fields)
Used in: DataSet
UNDEFINED = 0
LINE_CHART = 1
BAR_CHART = 2
Used in: Chart
repeated float x_values = 1
repeated float y_values = 2
string label = 3
bool highlight_points = 5