:: com :: sun :: star :: chart2 ::

unpublished struct ViewLegendEntry
Usage Restrictions
not published

Elements' Summary
aSymbol The legend symbol that represents a data series or other information contained in the legend  
aLabel The descriptive text for a legend entry.  
Elements' Details
aSymbol
::com::sun::star::drawing::XShape aSymbol;
Description
The legend symbol that represents a data series or other information contained in the legend
aLabel
sequence< XFormattedString > aLabel;
Description
The descriptive text for a legend entry.
Top of Page