I am going through quickstart for androidPlot. http://androidplot.com/docs/quickstart/ In the example simple_xy_plot_example.xml layout file is defined with parameters such as
androidPlot.titleWidget.labelPaint.textSize="@dimen/title_font_size"
androidPlot.domainLabelWidget.labelPaint.textSize="@dimen/domain_label_font_size"
androidPlot.rangeLabelWidget.labelPaint.textSize="@dimen/range_label_font_size"
androidPlot.graphWidget.marginTop="20dp"
androidPlot.graphWidget.marginLeft="15dp"
androidPlot.graphWidget.marginBottom="25dp"
But where are these parameters defined? I mean how do I know to use titleWidget.labelPaint.textSize to define textSize?