Hi there, I'm new to components and I am having a hard time finding my way around the documentation.
Assuming that I do something like this (excerpt from tutorials): $graph = new ezcGraphBarChart<http://ez.no/doc/components/view/latest/%28file%29/Graph/ezcGraphBarChart.html>(); $graph->options->highlightFont->background = '#EEEEEC88'; How can I find a list of the elements that are available under $graph->options ? Say highlightFont for instance? More specifically I am trying to center the highlight label above a the bars in a bar chart, instead of having it to the side of the bar. Also, how can I space labels away from the axis? As it is now, the label and measurements get cramped up next to the bars and axes. Thanks in advance for your help - Martin
-- Components mailing list [email protected] http://lists.ez.no/mailman/listinfo/components
