Add WinForms 26.1 MarkerSize documentation across release notes and localized topics#5
Draft
Copilot wants to merge 3 commits into
Draft
Add WinForms 26.1 MarkerSize documentation across release notes and localized topics#5Copilot wants to merge 3 commits into
Copilot wants to merge 3 commits into
Conversation
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
gedinakova
requested changes
May 21, 2026
|
|
||
| === 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. |
Contributor
There was a problem hiding this comment.
@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.
Author
There was a problem hiding this comment.
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.
Agent-Logs-Url: https://github.com/Infragistics/docs-win-forms/sessions/1728f219-01eb-4e28-baa7-bd199929a1ba Co-authored-by: gedinakova <16817847+gedinakova@users.noreply.github.com>
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 updates the WinForms docs for the new chart
MarkerSizeproperty 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
26.1 (May 2026)entry to the English and Japanese changelogsMarkerSizebehaviors:NaNrestoring template-driven sizingBubbleSeriesradius-driven sizingWhat’s New content
topics/en/whats-new-in-2026-volume-1.adoctopics/ja/whats-new-in-2026-volume-1.ja-JP.adocBubbleSeriesexceptionDiscovery / navigation
2026 Volume 1to revision history in both languages so the new topic is reachable from the standard “What’s New” navigationExample 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. ====