D
Dahler
Hi
I am trying to make a graph, using Microsoft Graph Objects. I have made a
clustered bar graph with two columns pr. month pr. year. I have problems
with the text in the legend.
I have 'enabled' the legend:
$Graph->{HasLegend} = 1;
The legend is visible, but there is no text in it; just the tow squares. I
had expected to se the names of the SeriesCollections. I have tryed to
change the names of the SeriesCollections:
$Graph->SeriesCollection(1)->{Name} = "ABC";
but that doesn't make the legend-text visible.
I must have forgot to 'enable' something - can somebody give me a hint?
Many thanks in advance,
Dahler
I am trying to make a graph, using Microsoft Graph Objects. I have made a
clustered bar graph with two columns pr. month pr. year. I have problems
with the text in the legend.
I have 'enabled' the legend:
$Graph->{HasLegend} = 1;
The legend is visible, but there is no text in it; just the tow squares. I
had expected to se the names of the SeriesCollections. I have tryed to
change the names of the SeriesCollections:
$Graph->SeriesCollection(1)->{Name} = "ABC";
but that doesn't make the legend-text visible.
I must have forgot to 'enable' something - can somebody give me a hint?
Many thanks in advance,
Dahler