ripeto:è chiaro che sto parlando dei grafici generati con gli office web component?codice:Set cs = Server.CreateObject("OWC10.ChartSpace") Set chConstants = cs.Constants Set chart = cs.charts.add 'chart.Axes(chConstants.chAxisPositionLeft).NumberFormat = "0&" 'chart.Axes(chConstants.chAxisPositionLeft).MajorUnit = 1000 chart.type = chConstants.chChartTypeLine 'chart.type = chConstants.chChartTypeLineMarkers set serie1 = chart.seriesCollection.add

Rispondi quotando