Skip to content

Working examples anywhere? #9

Description

@asheragy

Are there any working examples of this library? I am trying to get something like the example below working on xamarin.android.

https://github.com/PhilJay/MPAndroidChart/wiki/Getting-Started

The LineChart has a LineData member that is a get only property which is null, so you can't set any chart data. I worked around this by creating a subclass of LineChart to override the LineData property which returns a non-null instance, this just shows a chart with "no chart data available". Tried the invalidate() thing too but this is onCreate so it shouldn't matter.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions