Add WinForms 26.1 MarkerSize documentation to localized release notes#5
Add WinForms 26.1 MarkerSize documentation to localized release notes#5Copilot wants to merge 5 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>
|
|
||
| === 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. |
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.
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>
|
@copilot Delete the newly added what's new topics (both english and japanese) as they are no longer used. |
|
|
||
| - 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. |
There was a problem hiding this comment.
@copilot I believe this item should be related to the one above.
|
|
||
| - マーカーを表示するチャート シリーズに新しい `MarkerSize` プロパティが追加され、マーカーの幅と高さをデバイス独立ピクセル単位で正確に設定できるようになりました。 | ||
|
|
||
| - `MarkerSize` を `NaN` に設定すると、テンプレートに基づく既定のマーカー サイズに戻ります。また、このプロパティは軽量マーカーの使用時にも適用されます。 |
There was a problem hiding this comment.
@copilot As in the English version - this should be related to the one above
This updates the WinForms docs for the new chart
MarkerSizeproperty 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.26.1 (May 2026)entry to the English and Japanese changelogsMarkerSizebehaviors under a single related changelog item:NaNrestoring template-driven sizingBubbleSeriesradius-driven sizingExample snippet now reflected in the docs: