This is a migrated thread and some comments may be shown as answers.

RadChart

2 Answers 70 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Víctor
Top achievements
Rank 1
Víctor asked on 05 Mar 2015, 03:39 PM
I have painted this graph.png (please, find attached) with RadChart component. My problem is that I need to paint Red, Blue, Yellow, Green and then White again or transparent, How can I do it? I only need four colours so I need to paint white solid in my last serie or something like that.
Thanks

2 Answers, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 05 Mar 2015, 04:02 PM
Hi,

Which RadChart are you talking about? Is it RadChart for ASP.NET AJAX, or the chart you used is part of another UI suite?

Regards,
Iana Tsolova
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Víctor
Top achievements
Rank 1
answered on 05 Mar 2015, 04:12 PM
Hi!
Radchart Telerik ASP.NET:


 <telerik:RadChart ID="rcGraph" ChartTitle-TextBlock-Appearance-TextProperties-Font="Arial, 13pt" ChartTitle-TextBlock-Text="title" runat="server"
                        ChartTitle-Visible="true" Legend-Visible="false"
                        Width="800px" Height="500px" Legend-Appearance-ItemAppearance-Position-Y="50" Skin="Vista" AutoLayout="true" SkinsOverrideStyles="false">
                        <PlotArea>
                            <XAxis AutoScale="false" Appearance-Color="White">
                                <Items>
                                    <telerik:ChartAxisItem TextBlock-Text="0 h." />
                                    <telerik:ChartAxisItem TextBlock-Text="2 h." />
                                    <telerik:ChartAxisItem TextBlock-Text="4 h." />
                                </Items>
                                <AxisLabel TextBlock-Text="bb"
                                    Appearance-Visible="true" TextBlock-Appearance-TextProperties-Color="Black">
                                </AxisLabel>
                            </XAxis>
                            <YAxis MinValue="0" MaxValue="1.1" Step="0.1" AutoScale="false">
                                <AxisLabel TextBlock-Text="aa" Appearance-Visible="true" Appearance-RotationAngle="270" TextBlock-Appearance-TextProperties-Color="Black">
                                </AxisLabel>
                            </YAxis>
                         
                        </PlotArea>
                    </telerik:RadChart>
Tags
Chart (HTML5)
Asked by
Víctor
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Víctor
Top achievements
Rank 1
Share this question
or