Skip to content

Add WinForms 26.1 MarkerSize documentation to localized release notes#5

Open
Copilot wants to merge 5 commits into
mainfrom
copilot/add-marker-size-property
Open

Add WinForms 26.1 MarkerSize documentation to localized release notes#5
Copilot wants to merge 5 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 now focuses on the English and Japanese changelogs so the feature is documented consistently in the localized release notes.

  • Release notes
    • Added a new 26.1 (May 2026) entry to the English and Japanese changelogs
    • Documented the key MarkerSize behaviors under a single related changelog item:
      • explicit device-independent pixel sizing for marker-based series
      • NaN restoring template-driven sizing
      • support with lightweight markers
      • no effect on BubbleSeries radius-driven sizing

Example snippet now reflected in the docs:

- Added a new `MarkerSize` property to chart series that support markers so you can set the marker width and height to an exact device-independent pixel size.
-- Setting `MarkerSize` to `NaN` restores the default template-driven marker size, and the property also applies when using lightweight markers.
-- `BubbleSeries` continues to use radius-based sizing, 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
@gedinakova gedinakova marked this pull request as ready for review May 26, 2026 21:33
@gedinakova
Copy link
Copy Markdown
Contributor

@copilot Delete the newly added what's new topics (both english and japanese) as they are no longer used.

Copilot AI changed the title Add WinForms 26.1 MarkerSize documentation across release notes and localized topics Add WinForms 26.1 MarkerSize documentation to localized release notes May 26, 2026
Comment thread topics/en/changelog.adoc Outdated

- Added a new `MarkerSize` property to chart series that support markers so you can set the marker width and height to an exact device-independent pixel size.

- Setting `MarkerSize` to `NaN` restores the default template-driven marker size, and the property also applies when using lightweight markers.
Copy link
Copy Markdown
Contributor

@gedinakova gedinakova May 26, 2026

Choose a reason for hiding this comment

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

@copilot I believe this item should be related to the one above.

Comment thread topics/ja/changelog.ja-JP.adoc Outdated

- マーカーを表示するチャート シリーズに新しい `MarkerSize` プロパティが追加され、マーカーの幅と高さをデバイス独立ピクセル単位で正確に設定できるようになりました。

- `MarkerSize` を `NaN` に設定すると、テンプレートに基づく既定のマーカー サイズに戻ります。また、このプロパティは軽量マーカーの使用時にも適用されます。
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 As in the English version - this should be related to the one above

Copilot AI requested a review from gedinakova May 26, 2026 21:39
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