Advanced Forum Search Results
-
I solved using two different template, one with no tooltip, the other one with tooltip. In the code behind I switch dynamically changing the datapoint style.
I know it is a workaround..but.. it works!
-
Hi,
I'd like to change the chart tooltip visibility dynamically, based on the value of the y-axis.
In particular, when the value is 0, I'd like to hide the tooltip.
I thought to put a Visibility property in the template of the datapoint style. But I don't know where I can set this property dynamically.
Any helps or ...
-
Hi,
I have a silverlight toolkit chart; i'd like to align the chart title to the left.
I tried to set HorizontalContentAlignment="Left" in the chart properties, but it doesn't work.
Then I get the original title style and i tried to modify it, but without result.
Any helps please?
-
Hi,
I know that hexadecimal convention to represent color is the following: # plus 6-digit.
But why in the template of the silverlight template often I find #8-digit color?
The most of these color have the first two digits equal to FF (so I can remove the first two digits), but sometimes I find color without the first two digits equal to ...
-
Hi,
on my computer Silverlight has been correctly installed, and all works correctly.
But I have 2 computer of my customer that have these problems:
1) WindowsXP Home, InternetExplorer 7. I install SL withour error; I restart the browser: when I try to access a SL page the browser close itself without give any notifications about the error ...
-
Another question, the last I hope!
The string I show in the axis label have different length.. So, I'd like to trucate these string at a specific length and show a tooltip, when the user execute the mouse over the axis label, shown the entire name.
So, usually I use ToolTipService.SetToolTip(..), but in this case i don't know how ...
-
Wonderful!!
Thanks!
It is exactly what I was looking for!
-
Hi,
I have a similar situation: my chart is the following one
1 <chartingToolkit:Chart Title="{Binding Chart4Title}" Height="300" BorderThickness="0" Width="890" FontSize="10">
2 <chartingToolkit:Chart.Series>
3 ...
-
My situation is this: independent values label are the month of the year. Moreover my chart is composed by two series and each month have two column (one for each series).
My code is this one:
1 <chartingToolkit:Chart Title="{Binding Chart2Title}" Height="300" BorderThickness="0" Width="890" ...
-
Hi, I'm using Chart.Series and I have several column in my chart.
The independent values are string with long length.
So, if these values are horizontal, it is impossible to see each value correctly.
Is it possible to rotate these values (in a oblique mode) so it is possible to see every string?
Thank you