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

Chart Flat Appearance

5 Answers 118 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
niv kfir
Top achievements
Rank 1
niv kfir asked on 29 May 2010, 10:22 PM
Hi,
I trying to make the chart (of bars) to look flat, without the hatch (or two border) that make it looks sunk.
See the two Red borders in the attached file.
I don't mean to change them to a diffrent color, but I mean to make the chart flat.

Thanks,
Niv.

5 Answers, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 02 Jun 2010, 04:21 PM
Hi Niv,

Here is the markup which will hide the chart border:

<telerik:RadChart ID="RadChart1" runat="server">
    <Appearance>
        <Border Visible="False" />
    </Appearance>
</telerik:RadChart>


Best regards,
Ves
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
niv kfir
Top achievements
Rank 1
answered on 02 Jun 2010, 06:53 PM
Hi,
I'm generating the chart online by code.
of course I have the following line:
RadChart.Appearance.Border.Visible = False 
but it is not working, and I still have the TOP and LEFT borders as a light shadow.

Niv.

0
niv kfir
Top achievements
Rank 1
answered on 02 Jun 2010, 07:09 PM
I'm creating the chart by code.
Of course I have the following line:
RadChart.Appearance.Border.Visible = False 
but it is not working, and I still get the TOP and LEFT borders as a light shadow.

Thanks,
Niv.

0
Velin
Telerik team
answered on 07 Jun 2010, 05:40 PM
Hello niv kfir,

Please, find the attached project demonstrating that the suggested approach effectively removes the chart border. If the problem persists, please, send us sample code of your application for further investigation.

Greetings,
Velin
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
niv kfir
Top achievements
Rank 1
answered on 08 Jun 2010, 12:13 PM
Thank you.
I tried only one of the borders settings (Chart.appearance OR PlotArea.appearance) but never both.
Now it looks fine.

your support is doing great job,
Thanks again,
Niv.

Tags
Chart (Obsolete)
Asked by
niv kfir
Top achievements
Rank 1
Answers by
Ves
Telerik team
niv kfir
Top achievements
Rank 1
Velin
Telerik team
Share this question
or