nitin.daphale
Members-
Content count
25 -
Joined
-
Last visited
Everything posted by nitin.daphale
-
I want to show chart message (ex.data retreiving wait .....) before chart not displayed. I saw ChartNoDataText like property on help documents but I think it is applying for web application not mine window application? Am I right? If not please correct me and suggest the property name to set chart message. Thanks.
-
Chart messages for .net window application
nitin.daphale replied to nitin.daphale's topic in General usage
The setting transparency function is for web application as you can see in the example codes but I asked for window application. But I think, it is not possible because for the application all xml properties set before chart is to be displayed and depending on that xml chart is displayed. So now I want to display separately only message with white background on chart and when all data will retrieved I will set new chart on the same object . So how can I show only message on shockwave object ? -
Installing and registering components required to run fusioncharts
nitin.daphale posted a topic in Installation and Upgrades
Hi, I have got my development machine to setup and run fusioncharts for a windows C# application. However when it has now come to package the application,we seem to be having issues registering the flash.ocx on the client machine. I have tried registering it manually also without any result. What needs to be installed on the desktop before my C# application using fusioncharts can run ? thanks -
Installing and registering components required to run fusioncharts
nitin.daphale replied to nitin.daphale's topic in Installation and Upgrades
I run project on 2 machines having 32 bit environment (ex.XP/Vista/Server2003)successfully. Same project is not running on 64 bit(ex.Vista) machines. I have installed latest versions of shockwave and flash players but helpless. Then I tried to make fresh project this time on 64 bit vista machine but as soon as drag drop shockwave object either project got crashed or small and unresizable object appeared on the window which was meaningless. What is neat procedure to create a window application which will run on both 32-64 bit machines without any external setting ? So that we can just make an installable package comfortable with any environment? -
Installing and registering components required to run fusioncharts
nitin.daphale replied to nitin.daphale's topic in Installation and Upgrades
No Flashplayer 8/10 required when I run my project on mine machine.I had only used AxInterop.ShockwaveFlashObjects.DLL. Still I m successfully seeing all the charts . But the problem is............. 1> When I package the project and install on another machine(having or not having Flashplayer8/10) there is an exception HRESULT:0x80040154[REGDB_E_CLASSNOTREG]. -
Installing and registering components required to run fusioncharts
nitin.daphale replied to nitin.daphale's topic in Installation and Upgrades
No Flashplayer 8/10 installed. But using AxInterop.ShockwaveFlashObjects.DLL -
Can we change 'tooltiptext' of a dataplot in Column3D? I need user provided tooltip which is different than label of the dataplot. So that I can provide short labels but full name when hovering on the dataplot, hense I can save space needed for long labels. Can anyone suggest me any solution?
-
It worked. Thank u very much.
-
When we use 'style ' element in that we specify 'feature' for an 'object name' . Ex.For styling 'CAPTION' we use 'font' feature and in that we use 'color/fontstyle/fontsize' . In my case I want to use 'glow/bevel/blur' features for 'Dataplot' but I couldn't find required attributes for the same. I already seen list http://www.fusioncharts.com/docs/ can u help me?
-
Where can I find attribute list for styling
nitin.daphale replied to nitin.daphale's topic in General usage
No worries I got it. Thanks -
I don't want to display labels but instead of that show legends so that there will be one legend for each label and legend's color will be according to respective dataplots. Is it possible? Thank u.
-
I attached snapshot of the chart(Column3d) in which I want to controll length of the labels so that actual chart columns can occupy more space . I used slantLables,rotateLabels,staggerLines,wrapLabel but anyhow it takes that much space as u can see in the snapshot. If label has 10 chars ,if we can show first 3-4 chars? Thanks in advance.
-
In column chart using slantLabels,rotateLabels we can rotate labels. By default when labels are rotated in degree 45. If we can increase or decrease the degree? Thank u .
-
Also am appreciate your quickness. Thank u . Happy 2010.
-
What is replacement for following 3 chars ? - / . Also where is the proper list for all replacement chars so that I can preidentify which chars are not alloweded before problem occurs. I already watched forums for 'special chars' but didn't find such list. Thanks in advance.
-
I m using 'dataXML' method but I came to know there is no replacement required for given 3 chars. But again I want complete list of chars and their replacement chars so that before problem occurs I can figure out it for 'dataXML' method. Thank u for quick reply.
-
So sorry , I am talking about Column3D.swf and I want to show legends in Column3D like in MSLine.swf so that no need to display labels . The legend will contain labels and respective dataplot color.
-
I want to set width(thickness) of dataplots in column2D as I need. I searched for an attribute for that but I didn't get it. So I used same value for plotSpacePercent but problem is if there are 2 Column2D charts then it is not showing unique width for plots of charts. Actualy depending on no of plots chart deciding width of plots. Is there any plot attribute to directly set width(thickness) of plots ?
-
Whatever u suggested in ur reply I have already tried that and I came to conclusion that 'use plotSpaceReplacement and consider no of plots in a chart' so that we can give unique width to plots in all charts. And I also very impressed and thankful for ur quick reply. Wish u a prosperous 2010 .
-
I want xml to show multiple HBullet in a chart within specified chart size with necessary spacing and padding setting in an xml. Thank's in advance if any one have it.
-
Multiple HBullet in a chart
nitin.daphale replied to nitin.daphale's topic in Using FusionWidgets XT
No, I think I should have been more clear before, that I want multiple HBullets in a chart in mine C#.NET window application. I have attached chart sample for what I want XML data,so that u will be more cleared. They vertically arranged graphs together and I want all that graphs in single component if it is possible. But I m happy for ur previous attention. -
Multiple HBullet in a chart
nitin.daphale replied to nitin.daphale's topic in Using FusionWidgets XT
I have evaluation version where I saw 'Multiple HBullet in a chart' but there I didn't find xml for 'Multiple HBullet in a chart' -
Hi, I cannot find any xml example for rendering bullet charts horizontally on a chart. Also I am unable to reduce the width of the bar for a bullet chart ? can anyone please help ?
-
XML sample for bullet charts
nitin.daphale replied to nitin.daphale's topic in Using FusionWidgets XT
Thank's Madhumita, resizing container of chart working well { axShockwaveFlash20.Size = new Size(200, 25); axShockwaveFlash20.Movie = ChartXml; } thank's again. -
Hi, I am trying to reduce the size of my charts specifically the area around the sides.(i use 2D line, 2D bar, etc). i have a constraint on the space required to display the chart, but cannot get them to look smaller than they already are.