Can anyone help me on issue :charts are not displaying on server after publishing , it's shows the following error 2-7, it is working fine at local but after Published in server, Charts are not displaying at server site
We are unable to reproduce this problem using the latest Chart FX Lite
download and Visual Studio 2005.
Please attach the project that's producing the problem.
--
Francisco Padron
www.chartfx.com
We are unable to reproduce this problem using the latest Chart FX Lite
download and Visual Studio 2005.
Please attach the project that's producing the problem.
--
Francisco Padron
www.chartfx.com
You need to know the ID of the Chart control. If it is in a container it is
probably being prepended something.
Do Chart1.UniqueID to obtain the ID.
--
Francisco Padron
www.chartfx.com
No. You can achieve this with an image. The reason I asked is because the
solution for one is quite different than the other.
When using images, we allow you to customize the tooltip action by allowing
you to define your own script that will run when the tooltip is to be shown.
You need to write two JavaScript functions:
function popupon (tooltip)
{
}
function popupoff ()
{
}
In these functions you can perform your own action for when the tooltip is
shown and when it is closed.
In order to enable this behavior you need to set ImageSettings.ToolTips =
ImageToolTipStyle.WithMous
The following article should get you what you need:
Q7651001. Chart FX for VS 2005 and AJAX
URL:
http://support.softwarefx.com/ShowArticleSep.aspx?Type=KB&Product=CfxNet70&Source=http://support.softwarefx.com/kb/765/1/001.htm?_r=1
In particular, take a look at UserCallback Event, you can hook a JavaScript
to your ComboBoxes and use this method to re-load the chart.
--
Francisco Padron
www.chartfx.com
You can send Chart FX events as Callbacks instead of PostBacks by setting:
UseCallbacksForEvents to true.
I don't understand exactly what you want to do. What do you want to do via
AJAX?
--
Francisco Padron
www.chartfx.com
And then you are doing what with xmlDS ?
I tried assigning it to a DataGridView´s DataSource but got nothing.
You said:
> I am converting xml to dataset and that dataset attached to datagrid fine
Where is that code ?
--
Francisco Padron
www.chartfx.com
Yes IE6 is supported. ChartFX.NetIEClient.Olap.dll should be in your
chartfx70\Download folder.
Check that it is there and that the version matches that of
ChartFX.NeIEClient.dll.
Are you running this web site through IIS or using the Visual Studio ASP.NET
server ?
--
Francisco Padron
www.chartfx.com
You want to make it smaller? The margin properties:
TopGap, RightGap,LeftGap and BottomGap
Can be used to modify the margins.
--
Francisco Padron
www.chartfx.com
We will correct this in the next service pack.
You can manually assign the ToolTip text to a command by doing:
chart.Commands[(int)CommandID.SmartLegendBox].Text = "Bo