V
vineetbatta
Hi All,
i have requirement to custom control the height/Width of the graph displayed
as part of page using OWC.
I am not using Server side code. Its completely Client Side.
Sample code
Dim oChart
Dim oSeries1, oSeries2
dim oConst
'Ensure ChartSpace1 is empty:
' ChartSpace1.Clear
form1.ChartSpace1.DisplayFieldList=True
Set oConst =form1.ChartSpace1.Constants
'Create a new chart in the ChartSpace
Set oChart = form1.ChartSpace1.Charts.Add
'oChart.style.width = 100 - THIS IS NOT SUPPORTED.
Is there any way i can control this programmatically?
Any pointer or Help will be appreciated.
i have requirement to custom control the height/Width of the graph displayed
as part of page using OWC.
I am not using Server side code. Its completely Client Side.
Sample code
Dim oChart
Dim oSeries1, oSeries2
dim oConst
'Ensure ChartSpace1 is empty:
' ChartSpace1.Clear
form1.ChartSpace1.DisplayFieldList=True
Set oConst =form1.ChartSpace1.Constants
'Create a new chart in the ChartSpace
Set oChart = form1.ChartSpace1.Charts.Add
'oChart.style.width = 100 - THIS IS NOT SUPPORTED.
Is there any way i can control this programmatically?
Any pointer or Help will be appreciated.