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

gridline implemetation in chatview.

2 Answers 67 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Senthil kumar
Top achievements
Rank 1
Senthil kumar asked on 17 Feb 2014, 07:22 AM
Hi,
currently, i am using on telerik RAD control version 2013.2.724.40. . my assignment is to implement the dragdrop from RADGridview to itemcontrol. The itemscontrol contains a RADCartesianChart and when dropping a row from datagrid to itemcontrol to show the new chart for the related selected row.

i am facing the following problem in the chart view. 

1. it is not possible to show grid lines in the chart view. if i defined the grid in the chart and assigned the grid lines, but it does not shown in run time.
2. is it possible move zoom bar control in left most when the chart view control has multiple Y-Axes. (see the image attached)

i have attached the POC application. could you please check the application and please provide better solution.

2 Answers, 1 is accepted

Sort by
0
Senthil kumar
Top achievements
Rank 1
answered on 17 Feb 2014, 07:25 AM
included image.

but, i couldn't upload the source file here to further your understanding
How can i upload the file?
0
Martin Ivanov
Telerik team
answered on 20 Feb 2014, 07:53 AM
Hi Senthil,

In order to show the grid lines you could add the following code in your ChartView: 
<telerik:RadCartesianChart.Grid>
    <telerik:CartesianChartGrid MajorLinesVisibility="XY" MajorYLineDashArray="5 5" StripLinesVisibility="Y"  />
</telerik:RadCartesianChart.Grid>

If the above information doesn't help, it would help us to send over a sample project with your implementation. This will allow us to take a closer look at your CartesianChart definition and find the reason behind the issue. Unfortunately you cannot attach a project in a forum thread. However, you can utilize our support ticketing system and start a support ticket where you can easily attach your solution and any other relevant files. You could take a look at our support plans in the Support Plans page.

As for your second requirement, unfortunately, this functionality is not supported by the RadChartView.

Regards,
Martin
Telerik
Tags
ChartView
Asked by
Senthil kumar
Top achievements
Rank 1
Answers by
Senthil kumar
Top achievements
Rank 1
Martin Ivanov
Telerik team
Share this question
or