Skip to content

Add WinForms 26.1 MarkerSize documentation across release notes and localized topics#5

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

Add WinForms 26.1 MarkerSize documentation across release notes and localized topics#5
Copilot wants to merge 3 commits into
mainfrom
copilot/add-marker-size-property

Conversation

Copy link
Copy Markdown

Copilot AI commented May 21, 2026

This updates the WinForms docs for the new chart MarkerSize property introduced in v26.1. The change covers release-note visibility and adds matching English/Japanese topic content so the feature is documented consistently across current discovery paths.

  • Release notes

    • Added a new 26.1 (May 2026) entry to the English and Japanese changelogs
    • Documented the key MarkerSize behaviors:
      • explicit pixel sizing for marker-based series
      • NaN restoring template-driven sizing
      • support with lightweight markers
      • no effect on BubbleSeries radius-driven sizing
  • What’s New content

    • Added new 2026 Volume 1 topics:
      • topics/en/whats-new-in-2026-volume-1.adoc
      • topics/ja/whats-new-in-2026-volume-1.ja-JP.adoc
    • Summarized usage, supported series, and the BubbleSeries exception
  • Discovery / navigation

    • Added 2026 Volume 1 to revision history in both languages so the new topic is reachable from the standard “What’s New” navigation

Example snippet now reflected in the docs:

The link:{DataChartLink}.{DataChartName}.html[{DataChartName}] now supports a new `MarkerSize` property on series that render markers.

- restore the default template-driven marker size by setting the property to `NaN`

[NOTE]
====
`BubbleSeries` continues to size bubbles from its radius member path and `RadiusScale`, so `MarkerSize` does not override bubble radius values.
====

Copilot AI linked an issue May 21, 2026 that may be closed by this pull request
Agent-Logs-Url: https://github.com/Infragistics/docs-win-forms/sessions/7b76813f-a4dc-4e0b-86bd-464ee1ddfda5

Co-authored-by: gedinakova <16817847+gedinakova@users.noreply.github.com>
Copilot AI changed the title [WIP] Add the new Marker size property to relevant topics Add WinForms 26.1 MarkerSize documentation across release notes and localized topics May 21, 2026
Copilot AI requested a review from gedinakova May 21, 2026 16:18

=== Chart Marker Size

The link:{DataChartLink}.{DataChartName}.html[{DataChartName}] now supports a new `MarkerSize` property on series that render markers. This property lets you set an exact square marker size in pixels without changing the marker template.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot We should clarify that this sets device-independent pixels, not absolute pixel size. See this PR for reference. The docs were created with the old version that had an incorrect description.

https://github.com/Infragistics-Developer-Tools/dev-tools/pull/3485/changes#diff-6ffa07eb233cdb3c28af6c3a57699dd11433f54dd753f9bf151eca58ed0e6975R609

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the wording to use device-independent pixels in the 2026 Volume 1 topic and the related changelog entries in both English and Japanese. Addressed in 3cdf6ef.

Copilot AI requested a review from gedinakova May 21, 2026 16:40
@gedinakova gedinakova requested a review from emiliano-luna May 21, 2026 16:48
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