Hi Tom,
The horizontalGap property works for both of these in CSS.
/* controls the gap between LegendItems */
Legend {
horizontalGap: 16;
}
/* controls the gap between the LegendItem marker and the label */
LegendItem {
horizontalGap: 8;
}
-TH
__________________________________
Tim Hoff
Cynergy Systems, Inc.
http://www.cynergysystems.com
Office <http://www.cynergysystems.comoffice/> : 866-CYNERGY
--- In [email protected], Tom Fitzpatrick <[EMAIL PROTECTED]> wrote:
>
> What is the way to style the spacing in a chart's legend?
>
> Specifically, I'd like to control the spacing between legend markers
and
> their titles as well as between legend items. In a small column chart
> I'm building, the spacing is far enough off that the legend titles
seem
> to be aligned with the wrong markers.
>