or
Hi, whith the last realease (07/08)
I try to control the visibility of my axis labels
If i do a simple thing like :
For I = 0 To Graph.PlotArea.XAxis.Items.Count - 1
Graph.PlotArea.XAxis.Item(I).Visible = False
Next
The X labels are visible
What is wrong ?
Thanks
function ContactOpenWindow(strSelectedtxt){
window.open("frmSiteContacts.aspx?ID=" + strSelectedtxt,"", "location=0,status=0,scrollbars=0,width=600,height=430");}