Hi derek,
In Visifire, all chart elements (e.g. DataPoint, DataSeries, and Title) does not behave like Control except Chart. Those are just the child elements of Chart. This behavior was done intentionally. So you will not be able to attach RightMouseButton events (available in Silverlight 4) to other chart elements. We will come up with RightMouseButton events for all chart elements very soon.
- Visifire WPF, Silverlight and Sharepoint Charts | Forums
- → Viewing Profile: Posts: derek.b
Community Stats
- Group Members
- Active Posts 11
- Profile Views 3,362
- Member Title Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
Previous Fields
-
4+1=?
5
0
Neutral
User Tools
Posts I've Made
In Topic: Right Click On Data Series
03 June 2010 - 12:40 PM
Ok great. Thanks for the reply. Keep up the good work !
In Topic: Zoom out + Show all feature.
04 May 2010 - 09:16 AM
Working now. I was missing
Thank you.
series.XValueFormatString = "dd/MM/yyyy";
Thank you.
In Topic: Zooming and <vc:Axis ValueFormatString="dd/MM/yyyy"/>
20 April 2010 - 08:37 AM
Thank you !
In Topic: Accessing HrefTarget from code Behind
29 March 2010 - 10:25 AM
Thank you! I figured this out over the weekend.
Hi Derek,
Type of the HrefTarget property is enum. So you have to set HrefTarget property of DataPoint in the following way.dp.HrefTarget = Visifire.Commons.HrefTargets._blank;
In Topic: How to change chart on button presses.
09 March 2010 - 11:36 AM
Thank you! I understand now.
Hi derek,
You can set the DataMappings from code behind also.
Example:
DataMapping dm = new DataMapping();
dm.MemberName = "YValue";
dm.Path = "Min";
MyChart.Series[1].DataMappings.Add(dm);
- Visifire WPF, Silverlight and Sharepoint Charts | Forums
- → Viewing Profile: Posts: derek.b



Find content