Skip to content

Resolved the issue where the Empty Point support was applied to the histogram, and the trackball was not visible for a value of 0 in the Cartesian Chart in the MAUI Toolkit. #150

New issue

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

Closed
wants to merge 2 commits into from

Conversation

Harsha-SF4223
Copy link
Contributor

@Harsha-SF4223 Harsha-SF4223 commented Apr 4, 2025

Description of Change

  • The IsFillEmptyPoint property has been added to the RangeAreaSeries, SplineRangeAreaSeries, and StackingAreaSeries to prevent the EmptyPointSettings fill from being assigned to the series.
  • Changed AND(&&) to OR(||) in UpdateEmptyPointSettings method.
  • The overridden ValidateYValues method has been invoked in the BoxAndWhiskerSeries and HistogramSeries to prevent support for empty points.
  • The EmptyPointIndexes have been cleared in the OnDataSourceChanged method for the BubbleSeries and ErrorBarSeries to ensure proper functionality during dynamic data collection changes.
  • A condition has been added for the trackball to display the 0 value in the RangeColumnSeries and SplineRangeAreaSeries.
  • A condition for index bounds has been added in the BubbleSeries, FinancialSeriesBase, RangeSeriesBase, and XYDataSeries.

Output screenshots

Windows
Before
TrackBall
Screenshot 2025-04-04 122836
HistogramSeries
Screenshot 2025-04-04 123006
RangeAreaSeries

Visitedvs_Z8UoxeAwcg.mp4

After
TrackBall
image

HistogramSeries
image

RangeAreaSeries

Visitedvs.mp4

@Harsha-SF4223
Copy link
Contributor Author

Dropped in comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant