Skip to content

How do I manage the horizontal spacing between points in a line chart? #296

@a7asoft

Description

@a7asoft

I need to align the center of the items in a RecyclerView that is above my chart with the temperature values of the chart. The problem is that there could be 5 values or 50, and I need them to always align with the center of each item in the RecyclerView. How can I do this?

I have tried with:

lineChart.setVisibleXRangeMaximum(x); lineChart.setVisibleXRangeMinimum(x);

But I haven't had any luck.
image1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions