Advanced Forum Search Results
-
Hi,
I m using like below to get different colors
<chartingToolkit:Chart.StylePalette>
<datavis:StylePalette> <Style ...
-
Hi,
Thanks for reply. I used StylePalette but colors get mixed and not showing proper colors as i used in style.
My code is as below
<chartingToolkit:Chart.StylePalette>
<datavis:StylePalette>
<Style ...
-
Hi,
I tried with ((AreaSeries)MyChart.Series[0]).Background = new SolidColorBrush(Colors.Red);
But it show Red color and imidiatly disply default color.How can fix Red color for that series.
Thanks,
Mahendra....
-
Hi All,
I m using Areaseries chart. Creating series at runtime. I want to give colors to area series from code. Now its coming as default colors.
So please give ides how can i give my own clors like Red,Blue etc.
Thnaks,
Mahendra
-
Hi,
Its not a area chart....Somewhat different requiremnt.
Thanks,
Mahendra
-
Hi All,
I displayed chart using silverlight chart control. Y axis has values like 2,4,6,8,10. and x axis has date values. Now i want to fill colors in chart for each area like red color for range 0-2, blue for 2-4 etc.... to distinguish values .
So how can i do that..Please give any sample for that.
Thanks,
Mahendra
-
Hi,
Thanks for reply...Can u plz give sample code for the same?
Regards,
Mahendra..
-
Hi,
I hve template in chart. I need to find Grid row in code behind which is present in template.
My code is as below
<chart:Chart.Template>
<ControlTemplate ...
-
Hi All,
I hve generated value vs date chart. Created series dynamically. I want to show datapoints as rectangle. By default its showing circular.
So plz tell how to do that.
Thanks,
Mahendra
-
Hi,
I successfully showed legend above chart(Changed position). Legend items are showing in vertical position. I want to show items in horizantal position, say 4 items in first row and 4 in next row.
So how can i acheive this.
Thanks,
Mahendra