How to add Value Labels to a owc chart? -
08-01-2004
, 03:06 AM
I have set the data source of a chat to a pivot table
How can I add Value Labels to a owc chart?
The codes I have finished is below:
----------------------------------------------------------------------------
----------------------
frm1.ChartSpace1.Clear();
frm1.ChartSpace1.DataSource = frm1.PivotTable1;
frm1.ChartSpace1.style.visibility = "visible";
frm1.ChartSpace1.HasChartSpaceLegend= true; |