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

Chart Render Problem

1 Answer 48 Views
Chart - Xamarin.Android
This is a migrated thread and some comments may be shown as answers.
Itamar
Top achievements
Rank 1
Itamar asked on 23 Mar 2017, 06:43 AM

Hello

We have chart in LinearLayout with layout_weight

<!--chart layout-->
    <FrameLayout 
        android:layout_weight="0.8"
        android:id="@+id/chart_consistency_layout"
        android:layout_width="0dp"
        android:layout_height="match_parent" />

    <!--Panel layout-->
    <LinearLayout
      android:layout_margin="10dp"
        android:orientation="vertical"
        android:id="@+id/chart_panel"
        android:layout_weight="0.2"
        android:layout_width="0dp"
        android:layout_height="match_parent"
      >

We add the chart to the FrameLayout

When the chart load this look good we have the chart and the panel in the left 
(look in the attached pic1)

When the orientation changed to landscape mode the chart not render until we touch 
The chart and start trackball left or right (look in the attached pic2)

And when the orientation changed to portrait mode the horizontal axis not render 
render until we touch 
The chart and start trackball left or right (look in the attached pic3)

How can we solve this problem?

Best Regards


1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 27 Mar 2017, 07:42 AM
Hi Itamar,

Thanks for writing.

Based on the snippets and description I cannot exactly say what goes wrong. Can you attach your project in a newly opened support ticket for further investigation?

Thanks!

Regards,
Deyan
Telerik by Progress
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 Feedback Portal and vote to affect the priority of the items
Tags
Chart - Xamarin.Android
Asked by
Itamar
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or