Skip to content

Document new WPF chart MarkerSize property across product and release topics#8

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/add-marker-size-property
Draft

Document new WPF chart MarkerSize property across product and release topics#8
Copilot wants to merge 2 commits into
mainfrom
copilot/add-marker-size-property

Conversation

Copy link
Copy Markdown

Copilot AI commented May 21, 2026

Adds documentation for the newly introduced chart-series MarkerSize property and propagates it through the current release documentation. This updates both English and Japanese content, including the release changelog and 2026 Volume 1 What’s New coverage.

  • Product docs

    • Updated the xamDataChart styling-points topic to include MarkerSize alongside MarkerStyle
    • Clarified behavior for marker-capable MarkerSeries types:
      • explicit pixel sizing
      • NaN to restore template/default sizing
      • BubbleSeries remains radius-driven
  • Release notes

    • Added MarkerSize to the current changelog enhancement entry in:
      • topics/en/changelog.adoc
      • topics/ja/changelog.ja-JP.adoc
  • What’s New

    • Added new 2026 Volume 1 release topics in English and Japanese covering:
      • property purpose
      • sizing behavior
      • supported series
      • BubbleSeries exception
    • Linked the new topics from revision history so they appear in the release index
  • Localization parity

    • Mirrored all relevant updates in Japanese to keep release and product documentation aligned
<ig:XamDataChart.Series>
    <ig:ScatterLineSeries
        MarkerType="Circle"
        MarkerSize="30" />
</ig:XamDataChart.Series>

Copilot AI linked an issue May 21, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add the new Marker size property to relevant topics Document new WPF chart MarkerSize property across product and release topics May 21, 2026
Copilot AI requested a review from gedinakova May 21, 2026 16:12
@gedinakova gedinakova requested a review from emiliano-luna May 21, 2026 16:49
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 the new Marker size property

2 participants