On Thu, 2008-10-02 at 17:43 +0100, Joao Ferreira gmail wrote: > Hello list, > > Is there a way to have the ezcGraphLineChart plot only the X-Y marks and > not the lines ?
Yes, this is possible. You can do that by: $chart->options->lineThickness = 0; as documented here: http://ezcomponents.org/docs/api/trunk/Graph/ezcGraphLineChartOptions.html#prop-$lineThickness An example result image with this behavior can be found here: http://ezcomponents.org/docs/api/trunk/img/line_chart_phpuc.png -- Mit freundlichen Grüßen / Med vennlig hilsen Kore Nordmann (GPG: 0xDDC70BBB) eZ Components Developer eZ systems Headquarters tel +49 (0) 231-9742-7750 | fax +49 (0) 231-9742-7751 [EMAIL PROTECTED] | eZ systems | ez.no
signature.asc
Description: This is a digitally signed message part
-- Components mailing list [email protected] http://lists.ez.no/mailman/listinfo/components
