function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SoCal AdminSoCal Admin 

Charts and Graphs Reference Guide

Does anyone know if there is a comprehensive reference guide for charts and graphs?  I've already gone through and completed the simple tutorials for adding 1,2,3 line series to a a simple graph.

 

I need to find detailed information on creating a stacked bar chart i Apex / Visual force such as "all" the options, background colors, etc...

bob_buzzardbob_buzzard

If you look at the Visualforce Developer's Guide, the Standard Component Reference details the supported attributes for each component.  The apex:barSeries is the one that you want for a stacked bar chart.