Skip to content

Add Range Bar Series demo to IGDataChart category series gallery#97

Closed
Copilot wants to merge 25 commits into
vnextfrom
copilot/add-range-bar-demo
Closed

Add Range Bar Series demo to IGDataChart category series gallery#97
Copilot wants to merge 25 commits into
vnextfrom
copilot/add-range-bar-demo

Conversation

Copy link
Copy Markdown

Copilot AI commented May 21, 2026

This PR adds a WPF sample demonstrating the new RangeBarSeries introduced in v26.1.20261.14, aligned with the existing DataChart sample structure and series gallery patterns.

  • Sample integration (IGDataChart category gallery)

    • Extended GalleryCategorySeries to include a new selectable demo entry for Range Bar Series.
    • Added a new RangeBarChart view in GalleryCategorySeries.xaml using:
      • NumericXAxis (value axis)
      • CategoryYAxis (category axis)
      • two RangeBarSeries instances to show range comparisons (Coal vs Oil, Hydro vs Nuclear).
  • Localization/resource updates

    • Added XWDC_CategorySeries_RangeBarSeries to:
      • DataChartStrings.resx
      • DataChartStrings.ja.resx
      • DataChartStrings.Designer.cs
    • Wired the new resource into gallery sample registration in code-behind.
  • Representative implementation

<ig:RangeBarSeries ItemsSource="{Binding EnergySampleData}"
                   HighMemberPath="Coal" LowMemberPath="Oil"
                   Title="{Binding StringEnergyCoalVsOil}"
                   XAxis="{Binding ElementName=RangeBarXAxis}"
                   YAxis="{Binding ElementName=RangeBarYAxis}"
                   Style="{StaticResource InteractiveSeries}" />
    • UI screenshot is not included: the available capture URL points to a browser-blocked page (ERR_BLOCKED_BY_CLIENT) rather than the rendered WPF sample.

Copilot AI linked an issue May 21, 2026 that may be closed by this pull request
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
Copilot AI requested a review from gedinakova May 21, 2026 17:01
@gedinakova gedinakova requested a review from IGvaleries May 21, 2026 17:14
@gedinakova gedinakova marked this pull request as ready for review May 26, 2026 08:34
@gedinakova gedinakova changed the base branch from master to vnext May 26, 2026 08:44
@gedinakova gedinakova closed this May 26, 2026
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.

Add a demo for the new Range Bar series

7 participants