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

Step for Yaxis of negative value

1 Answer 31 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
DrGiorgini
Top achievements
Rank 1
DrGiorgini asked on 20 Jan 2011, 11:57 AM
Hello everyone,
I have this problem: I should change the step value on the y axis because I have denied that the values are almost one-hundredth of the positive value. If I keep the current step, I find myself almost invisible negative columns.
I noticed that the positive / negative specular, is there a way to untie?
Thanks,

                                            <telerik:RadChart ID="RadChart1" runat="server" Width="710" OnItemDataBound="RadChart1_ItemDataBound" OnDataBound="RadChart1_DataBound"
                                                DataGroupColumn="Stato" AutoTextWrap="true" DataSourceID="SqlDataSource2" Skin="Sunset"
                                                AutoLayout="true">
                                                <Legend>
                                                    <Appearance GroupNameFormat="#VALUE">
                                                    </Appearance>
                                                </Legend>
                                                <PlotArea>
                                                    <XAxis Appearance-MinorGridLines-Color="#ede4ce" Appearance-MajorGridLines-Color="#ede4ce" DataLabelsColumn="Anno">
                                                    </XAxis>
                                                    <YAxis AutoScale="true" Appearance-MinorGridLines-Color="#ede4ce" Appearance-MajorGridLines-Color="#ede4ce">
                                                    </YAxis>
                                                </PlotArea>
                                            </telerik:RadChart>

p.s. I already tried the way AutoScale = "true" and Step ="..." but with no results

1 Answer, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 25 Jan 2011, 01:55 PM
Hi Filippo,

In order to have complete control over the scale of an Axis you should turn off the AutoScale property and then set values for MinValue, MaxValue and Step. You can find this described in our help topic - http://www.telerik.com/help/aspnet-ajax/understandingelementsaxes.html.

All the best,
Evgenia
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Chart (Obsolete)
Asked by
DrGiorgini
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Share this question
or