Add Range Bar Series demo to IGDataChart category series gallery#97
Closed
Copilot wants to merge 25 commits into
Closed
Add Range Bar Series demo to IGDataChart category series gallery#97Copilot wants to merge 25 commits into
Copilot wants to merge 25 commits into
Conversation
Merge vnext
Add [assembly: InternalsVisibleTo("Infragistics.SamplesBrowser")] to AssemblyInfo.cs
merge vnext into master for 02/2025 SR
merge vnext in master after release of 25.1
Create build.yml
merge vnext into master after Sept SR
25.2 release
Agent-Logs-Url: https://github.com/Infragistics/wpf-samples/sessions/37871793-114f-4670-86e8-9c2e0e28692b Co-authored-by: gedinakova <16817847+gedinakova@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add demo for the new range bar series
Add Range Bar Series demo to IGDataChart category series gallery
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a WPF sample demonstrating the new
RangeBarSeriesintroduced in v26.1.20261.14, aligned with the existing DataChart sample structure and series gallery patterns.Sample integration (IGDataChart category gallery)
GalleryCategorySeriesto include a new selectable demo entry for Range Bar Series.RangeBarChartview inGalleryCategorySeries.xamlusing:NumericXAxis(value axis)CategoryYAxis(category axis)RangeBarSeriesinstances to show range comparisons (Coal vs Oil,Hydro vs Nuclear).Localization/resource updates
XWDC_CategorySeries_RangeBarSeriesto:DataChartStrings.resxDataChartStrings.ja.resxDataChartStrings.Designer.csRepresentative implementation
ERR_BLOCKED_BY_CLIENT) rather than the rendered WPF sample.