[Components] GraphLineChart options: XY chart with _no_ lines

2008-10-02 Thread Joao Ferreira gmail
Hello list,

Is there a way to have the ezcGraphLineChart plot only the X-Y marks and
not the lines ?

I have a specific situation where I'dd prefer to have only a little dot
or a little X mark displayed and the lines supressed.

Is this possible ?

What are the alternatives ?

thank you
Joao



-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components


Re: [Components] GraphLineChart options: XY chart with _no_ lines

2008-10-09 Thread Kore Nordmann
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
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components