We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I use StackedRowSeries and set [IsInverted = true] on the axis labels, the display is strange.
Setting [Padding = 0] and [MaxBarWidth = double.PositiveInfinity] has no effect.
The text was updated successfully, but these errors were encountered:
WPF Default Sample
Using the IsInverted option.
.\LiveCharts2-master\samples\WPFSample\StackedBars\Basic\View.xaml Edit Code <lvc:CartesianChart Series="{Binding Series}"> --><lvc:CartesianChart Series="{Binding Series}" XAxes="{Binding XAxis}">
<lvc:CartesianChart Series="{Binding Series}">
<lvc:CartesianChart Series="{Binding Series}" XAxes="{Binding XAxis}">
.\LiveCharts2-master\samples\ViewModelsSamples\StackedBars\Basic\ViewModel.cs Add Code public Axis[] XAxis { get; set; } = { new Axis { IsInverted = true } };
public Axis[] XAxis { get; set; } = { new Axis { IsInverted = true } };
Sorry, something went wrong.
make it absolute, fixes #769
032eea8
Thanks for the report, fixed with the referenced commit and will be included since beta 700.
No branches or pull requests
When I use StackedRowSeries and set [IsInverted = true] on the axis labels, the display is strange.
Setting [Padding = 0] and [MaxBarWidth = double.PositiveInfinity] has no effect.
The text was updated successfully, but these errors were encountered: