Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Fix issue #1122 - clipped x-axis labels when using RowSeries in CartesianChart #1123

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BionicCode
Copy link

@BionicCode BionicCode commented Apr 10, 2021

Summary

Improves layout calculations in LiveCharts.Wpf.Components.ChartUpdater class. UpdaterTick(bool, bool) : void now removes the trailing padding of the last/single RowSeries item, which previously results in "pushing" the x-axis outside the Canvas.

Solves

#1122

Improved size calculations in LiveCharts.Wpf.Components.ChartUpdater.cs. UpdaterTick(bool, bool) : void now removes the trailing padding of the last/single RowSeries item.
@BionicCode BionicCode changed the title Fix issue #1122 - clipped x-axis labels Fix issue #1122 - clipped x-axis labels when using RowSeries Apr 10, 2021
@BionicCode BionicCode changed the title Fix issue #1122 - clipped x-axis labels when using RowSeries Fix issue #1122 - clipped x-axis labels when using RowSeries in CartesianChart Apr 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant