From ce3cd3300adb183732fc861acdbe5fe9d7b34d7d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 May 2026 16:06:43 +0000 Subject: [PATCH 1/5] Initial plan From 6a1b43f3b1f468cfa3e51ba4e37215a0fa8545c0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 May 2026 16:13:16 +0000 Subject: [PATCH 2/5] Add MarkerSize docs for WinForms 26.1 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> --- topics/en/changelog.adoc | 17 +++++++- topics/en/whats-new-in-2026-volume-1.adoc | 43 +++++++++++++++++++ topics/en/win-revision-history.adoc | 3 +- topics/ja/changelog.ja-JP.adoc | 17 +++++++- .../ja/whats-new-in-2026-volume-1.ja-JP.adoc | 43 +++++++++++++++++++ topics/ja/win-revision-history.ja-JP.adoc | 3 +- 6 files changed, 122 insertions(+), 4 deletions(-) create mode 100644 topics/en/whats-new-in-2026-volume-1.adoc create mode 100644 topics/ja/whats-new-in-2026-volume-1.ja-JP.adoc diff --git a/topics/en/changelog.adoc b/topics/en/changelog.adoc index abecbd2..92202ca 100644 --- a/topics/en/changelog.adoc +++ b/topics/en/changelog.adoc @@ -4,6 +4,7 @@ This topic contains the following sections: +* <> * <> * <> * <> @@ -20,6 +21,20 @@ This topic contains the following sections: * <> * <> +[[Ref_26_1]] + +== 26.1 (May 2026) + +=== Enhancements + +==== Charts + +- Added a new `MarkerSize` property to chart series that support markers so you can set the marker width and height to an exact 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. + [[Ref_25_2_111]] == 25.2.111 (March 2026) @@ -758,4 +773,4 @@ This feature includes a new filter syntax that is OData-like that you can use wi The following documentation describes the various ways that you can apply the highlight filter to the chart controls: - link:datachart-highlight-filter.html[{DataChartName} Highlight Filter] -- link:categorychart-highlight-filter.html[{CategoryChartName} Highlight Filter] \ No newline at end of file +- link:categorychart-highlight-filter.html[{CategoryChartName} Highlight Filter] diff --git a/topics/en/whats-new-in-2026-volume-1.adoc b/topics/en/whats-new-in-2026-volume-1.adoc new file mode 100644 index 0000000..58af66a --- /dev/null +++ b/topics/en/whats-new-in-2026-volume-1.adoc @@ -0,0 +1,43 @@ +//// +|metadata| +{ + "tags": [], + "controlName": [""] +} +|metadata| +//// + += What's New in 2026 Volume 1 + +=== 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. + +You can use `MarkerSize` to: + +- keep marker dimensions consistent across supported series +- make markers larger or smaller at runtime +- restore the default template-driven marker size by setting the property to `NaN` + +The `MarkerSize` property also works when `UseLightweightMarkers` is enabled. + +The following marker-based series support this property: + +- `LineSeries` +- `SplineSeries` +- `AreaSeries` +- `SplineAreaSeries` +- `ColumnSeries` +- `ScatterSeries` +- `ScatterLineSeries` +- `ScatterSplineSeries` +- `PolarLineSeries` +- `PolarSplineSeries` +- `PolarScatterSeries` +- `RadialLineSeries` +- `RadialAreaSeries` + +[NOTE] +==== +`BubbleSeries` continues to size bubbles from its radius member path and `RadiusScale`, so `MarkerSize` does not override bubble radius values. +==== diff --git a/topics/en/win-revision-history.adoc b/topics/en/win-revision-history.adoc index 360746b..7a99da7 100644 --- a/topics/en/win-revision-history.adoc +++ b/topics/en/win-revision-history.adoc @@ -15,6 +15,7 @@ This section makes it easy for you to track down all the new features and enhancements that were made to our Windows Forms controls and components in the following volume releases: +* link:whats-new-in-2026-volume-1.html[2026 Volume 1] * link:whats-new-in-2022-volume-1.html[2022 Volume 1] * link:whats-new-in-2021-volume-2.html[2021 Volume 2] * link:whats-new-in-2021-volume-1.html[2021 Volume 1] @@ -55,4 +56,4 @@ This section makes it easy for you to track down all the new features and enhanc * link:win-whats-new-in-2005-volume-3.html[2005 Volume 3] * link:win-whats-new-in-2005-volume-2.html[2005 Volume 2] * link:win-whats-new-in-2005-volume-1.html[2005 Volume 1] -* link:win-whats-new-in-2004-volume-3.html[2004 Volume 3] \ No newline at end of file +* link:win-whats-new-in-2004-volume-3.html[2004 Volume 3] diff --git a/topics/ja/changelog.ja-JP.adoc b/topics/ja/changelog.ja-JP.adoc index c95e314..39d0876 100644 --- a/topics/ja/changelog.ja-JP.adoc +++ b/topics/ja/changelog.ja-JP.adoc @@ -4,6 +4,7 @@ このトピックは、以下のセクションで構成されます。 +* <> * <> * <> * <> @@ -20,6 +21,20 @@ * <> * <> +[[Ref_26_1]] + +== 26.1 (2026 年 5 月) + +=== 機能拡張 + +==== チャート + +- マーカーを表示するチャート シリーズに新しい `MarkerSize` プロパティが追加され、マーカーの幅と高さをピクセル単位で正確に設定できるようになりました。 + +- `MarkerSize` を `NaN` に設定すると、テンプレートに基づく既定のマーカー サイズに戻ります。また、このプロパティは軽量マーカーの使用時にも適用されます。 + +- `BubbleSeries` は引き続き半径ベースのサイズ設定を使用するため、`MarkerSize` はバブルの半径値を上書きしません。 + [[Ref_25_2_111]] == 25.2.111 (2026 年 3 月) @@ -755,4 +770,4 @@ image:images/chart-highlight-filter.png[] 次のドキュメントでは、チャート コントロールに強調表示フィルターを適用するさまざまな方法について説明します。 - link:datachart-highlight-filter.html[{DataChartName} 強調表示フィルター] -- link:categorychart-highlight-filter.html[{CategoryChartName} 強調表示フィルター] \ No newline at end of file +- link:categorychart-highlight-filter.html[{CategoryChartName} 強調表示フィルター] diff --git a/topics/ja/whats-new-in-2026-volume-1.ja-JP.adoc b/topics/ja/whats-new-in-2026-volume-1.ja-JP.adoc new file mode 100644 index 0000000..1e1b07d --- /dev/null +++ b/topics/ja/whats-new-in-2026-volume-1.ja-JP.adoc @@ -0,0 +1,43 @@ +//// +|metadata| +{ + "tags": [], + "controlName": [""] +} +|metadata| +//// + += 2026 Volume 1 の新機能 + +=== チャートのマーカー サイズ + +link:{DataChartLink}.{DataChartName}.html[{DataChartName}] では、マーカーを描画するシリーズで新しい `MarkerSize` プロパティがサポートされるようになりました。このプロパティを使用すると、マーカー テンプレートを変更せずに、正方形のマーカー サイズをピクセル単位で正確に設定できます。 + +`MarkerSize` は次の用途に使用できます。 + +- 対応するシリーズ間でマーカーの寸法を統一する +- 実行時にマーカーを大きくしたり小さくしたりする +- プロパティを `NaN` に設定して、テンプレートに基づく既定のマーカー サイズに戻す + +この `MarkerSize` プロパティは、`UseLightweightMarkers` が有効な場合にも機能します。 + +このプロパティをサポートするマーカー ベースのシリーズは次のとおりです。 + +- `LineSeries` +- `SplineSeries` +- `AreaSeries` +- `SplineAreaSeries` +- `ColumnSeries` +- `ScatterSeries` +- `ScatterLineSeries` +- `ScatterSplineSeries` +- `PolarLineSeries` +- `PolarSplineSeries` +- `PolarScatterSeries` +- `RadialLineSeries` +- `RadialAreaSeries` + +[NOTE] +==== +`BubbleSeries` は引き続き半径メンバー パスと `RadiusScale` に基づいてサイズが決定されるため、`MarkerSize` はバブルの半径値を上書きしません。 +==== diff --git a/topics/ja/win-revision-history.ja-JP.adoc b/topics/ja/win-revision-history.ja-JP.adoc index dbc1f39..b1284a5 100644 --- a/topics/ja/win-revision-history.ja-JP.adoc +++ b/topics/ja/win-revision-history.ja-JP.adoc @@ -15,6 +15,7 @@ このセクションを理解すれば、次のボリューム リリースで Windows Forms のコントロールおよびコンポーネントに加えられたすべての新しい機能および拡張機能を簡単にたどることができます。 +* link:whats-new-in-2026-volume-1.html[2026 Volume 1] * link:whats-new-in-2022-volume-1.html[2022 Volume 1] * link:whats-new-in-2021-volume-2.html[2021 Volume 2] * link:whats-new-in-2021-volume-1.html[2021 Volume 1] @@ -55,4 +56,4 @@ * link:win-whats-new-in-2005-volume-3.html[2005 Volume 3] * link:win-whats-new-in-2005-volume-2.html[2005 Volume 2] * link:win-whats-new-in-2005-volume-1.html[2005 Volume 1] -* link:win-whats-new-in-2004-volume-3.html[2004 Volume 3] \ No newline at end of file +* link:win-whats-new-in-2004-volume-3.html[2004 Volume 3] From 3cdf6ef8b78d00e804c46eaa916be547159166ce Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 May 2026 16:39:51 +0000 Subject: [PATCH 3/5] Clarify MarkerSize uses device-independent pixels 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> --- topics/en/changelog.adoc | 2 +- topics/en/whats-new-in-2026-volume-1.adoc | 2 +- topics/ja/changelog.ja-JP.adoc | 2 +- topics/ja/whats-new-in-2026-volume-1.ja-JP.adoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/topics/en/changelog.adoc b/topics/en/changelog.adoc index 92202ca..2c7c759 100644 --- a/topics/en/changelog.adoc +++ b/topics/en/changelog.adoc @@ -29,7 +29,7 @@ This topic contains the following sections: ==== Charts -- Added a new `MarkerSize` property to chart series that support markers so you can set the marker width and height to an exact pixel size. +- 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. diff --git a/topics/en/whats-new-in-2026-volume-1.adoc b/topics/en/whats-new-in-2026-volume-1.adoc index 58af66a..6e7b501 100644 --- a/topics/en/whats-new-in-2026-volume-1.adoc +++ b/topics/en/whats-new-in-2026-volume-1.adoc @@ -11,7 +11,7 @@ === 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. +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 device-independent pixels without changing the marker template. You can use `MarkerSize` to: diff --git a/topics/ja/changelog.ja-JP.adoc b/topics/ja/changelog.ja-JP.adoc index 39d0876..1c5704e 100644 --- a/topics/ja/changelog.ja-JP.adoc +++ b/topics/ja/changelog.ja-JP.adoc @@ -29,7 +29,7 @@ ==== チャート -- マーカーを表示するチャート シリーズに新しい `MarkerSize` プロパティが追加され、マーカーの幅と高さをピクセル単位で正確に設定できるようになりました。 +- マーカーを表示するチャート シリーズに新しい `MarkerSize` プロパティが追加され、マーカーの幅と高さをデバイス独立ピクセル単位で正確に設定できるようになりました。 - `MarkerSize` を `NaN` に設定すると、テンプレートに基づく既定のマーカー サイズに戻ります。また、このプロパティは軽量マーカーの使用時にも適用されます。 diff --git a/topics/ja/whats-new-in-2026-volume-1.ja-JP.adoc b/topics/ja/whats-new-in-2026-volume-1.ja-JP.adoc index 1e1b07d..b95a5c5 100644 --- a/topics/ja/whats-new-in-2026-volume-1.ja-JP.adoc +++ b/topics/ja/whats-new-in-2026-volume-1.ja-JP.adoc @@ -11,7 +11,7 @@ === チャートのマーカー サイズ -link:{DataChartLink}.{DataChartName}.html[{DataChartName}] では、マーカーを描画するシリーズで新しい `MarkerSize` プロパティがサポートされるようになりました。このプロパティを使用すると、マーカー テンプレートを変更せずに、正方形のマーカー サイズをピクセル単位で正確に設定できます。 +link:{DataChartLink}.{DataChartName}.html[{DataChartName}] では、マーカーを描画するシリーズで新しい `MarkerSize` プロパティがサポートされるようになりました。このプロパティを使用すると、マーカー テンプレートを変更せずに、正方形のマーカー サイズをデバイス独立ピクセル単位で正確に設定できます。 `MarkerSize` は次の用途に使用できます。 From c770c7c6b68031321a68baa8165f1bb4ac00e090 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 26 May 2026 21:34:37 +0000 Subject: [PATCH 4/5] Remove unused 2026 whats new topics --- topics/en/whats-new-in-2026-volume-1.adoc | 43 ------------------- topics/en/win-revision-history.adoc | 1 - .../ja/whats-new-in-2026-volume-1.ja-JP.adoc | 43 ------------------- topics/ja/win-revision-history.ja-JP.adoc | 1 - 4 files changed, 88 deletions(-) delete mode 100644 topics/en/whats-new-in-2026-volume-1.adoc delete mode 100644 topics/ja/whats-new-in-2026-volume-1.ja-JP.adoc diff --git a/topics/en/whats-new-in-2026-volume-1.adoc b/topics/en/whats-new-in-2026-volume-1.adoc deleted file mode 100644 index 6e7b501..0000000 --- a/topics/en/whats-new-in-2026-volume-1.adoc +++ /dev/null @@ -1,43 +0,0 @@ -//// -|metadata| -{ - "tags": [], - "controlName": [""] -} -|metadata| -//// - -= What's New in 2026 Volume 1 - -=== 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 device-independent pixels without changing the marker template. - -You can use `MarkerSize` to: - -- keep marker dimensions consistent across supported series -- make markers larger or smaller at runtime -- restore the default template-driven marker size by setting the property to `NaN` - -The `MarkerSize` property also works when `UseLightweightMarkers` is enabled. - -The following marker-based series support this property: - -- `LineSeries` -- `SplineSeries` -- `AreaSeries` -- `SplineAreaSeries` -- `ColumnSeries` -- `ScatterSeries` -- `ScatterLineSeries` -- `ScatterSplineSeries` -- `PolarLineSeries` -- `PolarSplineSeries` -- `PolarScatterSeries` -- `RadialLineSeries` -- `RadialAreaSeries` - -[NOTE] -==== -`BubbleSeries` continues to size bubbles from its radius member path and `RadiusScale`, so `MarkerSize` does not override bubble radius values. -==== diff --git a/topics/en/win-revision-history.adoc b/topics/en/win-revision-history.adoc index 7a99da7..5f5b19b 100644 --- a/topics/en/win-revision-history.adoc +++ b/topics/en/win-revision-history.adoc @@ -15,7 +15,6 @@ This section makes it easy for you to track down all the new features and enhancements that were made to our Windows Forms controls and components in the following volume releases: -* link:whats-new-in-2026-volume-1.html[2026 Volume 1] * link:whats-new-in-2022-volume-1.html[2022 Volume 1] * link:whats-new-in-2021-volume-2.html[2021 Volume 2] * link:whats-new-in-2021-volume-1.html[2021 Volume 1] diff --git a/topics/ja/whats-new-in-2026-volume-1.ja-JP.adoc b/topics/ja/whats-new-in-2026-volume-1.ja-JP.adoc deleted file mode 100644 index b95a5c5..0000000 --- a/topics/ja/whats-new-in-2026-volume-1.ja-JP.adoc +++ /dev/null @@ -1,43 +0,0 @@ -//// -|metadata| -{ - "tags": [], - "controlName": [""] -} -|metadata| -//// - -= 2026 Volume 1 の新機能 - -=== チャートのマーカー サイズ - -link:{DataChartLink}.{DataChartName}.html[{DataChartName}] では、マーカーを描画するシリーズで新しい `MarkerSize` プロパティがサポートされるようになりました。このプロパティを使用すると、マーカー テンプレートを変更せずに、正方形のマーカー サイズをデバイス独立ピクセル単位で正確に設定できます。 - -`MarkerSize` は次の用途に使用できます。 - -- 対応するシリーズ間でマーカーの寸法を統一する -- 実行時にマーカーを大きくしたり小さくしたりする -- プロパティを `NaN` に設定して、テンプレートに基づく既定のマーカー サイズに戻す - -この `MarkerSize` プロパティは、`UseLightweightMarkers` が有効な場合にも機能します。 - -このプロパティをサポートするマーカー ベースのシリーズは次のとおりです。 - -- `LineSeries` -- `SplineSeries` -- `AreaSeries` -- `SplineAreaSeries` -- `ColumnSeries` -- `ScatterSeries` -- `ScatterLineSeries` -- `ScatterSplineSeries` -- `PolarLineSeries` -- `PolarSplineSeries` -- `PolarScatterSeries` -- `RadialLineSeries` -- `RadialAreaSeries` - -[NOTE] -==== -`BubbleSeries` は引き続き半径メンバー パスと `RadiusScale` に基づいてサイズが決定されるため、`MarkerSize` はバブルの半径値を上書きしません。 -==== diff --git a/topics/ja/win-revision-history.ja-JP.adoc b/topics/ja/win-revision-history.ja-JP.adoc index b1284a5..9d5c480 100644 --- a/topics/ja/win-revision-history.ja-JP.adoc +++ b/topics/ja/win-revision-history.ja-JP.adoc @@ -15,7 +15,6 @@ このセクションを理解すれば、次のボリューム リリースで Windows Forms のコントロールおよびコンポーネントに加えられたすべての新しい機能および拡張機能を簡単にたどることができます。 -* link:whats-new-in-2026-volume-1.html[2026 Volume 1] * link:whats-new-in-2022-volume-1.html[2022 Volume 1] * link:whats-new-in-2021-volume-2.html[2021 Volume 2] * link:whats-new-in-2021-volume-1.html[2021 Volume 1] From 00faaa1c3a3969f48b745b9da49768935838602e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 26 May 2026 21:39:13 +0000 Subject: [PATCH 5/5] Group MarkerSize changelog details --- topics/en/changelog.adoc | 6 ++---- topics/ja/changelog.ja-JP.adoc | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/topics/en/changelog.adoc b/topics/en/changelog.adoc index 2c7c759..9fd2b3a 100644 --- a/topics/en/changelog.adoc +++ b/topics/en/changelog.adoc @@ -30,10 +30,8 @@ This topic contains the following sections: ==== Charts - 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. +-- 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. [[Ref_25_2_111]] diff --git a/topics/ja/changelog.ja-JP.adoc b/topics/ja/changelog.ja-JP.adoc index 1c5704e..fd6f740 100644 --- a/topics/ja/changelog.ja-JP.adoc +++ b/topics/ja/changelog.ja-JP.adoc @@ -30,10 +30,8 @@ ==== チャート - マーカーを表示するチャート シリーズに新しい `MarkerSize` プロパティが追加され、マーカーの幅と高さをデバイス独立ピクセル単位で正確に設定できるようになりました。 - -- `MarkerSize` を `NaN` に設定すると、テンプレートに基づく既定のマーカー サイズに戻ります。また、このプロパティは軽量マーカーの使用時にも適用されます。 - -- `BubbleSeries` は引き続き半径ベースのサイズ設定を使用するため、`MarkerSize` はバブルの半径値を上書きしません。 +-- `MarkerSize` を `NaN` に設定すると、テンプレートに基づく既定のマーカー サイズに戻ります。また、このプロパティは軽量マーカーの使用時にも適用されます。 +-- `BubbleSeries` は引き続き半径ベースのサイズ設定を使用するため、`MarkerSize` はバブルの半径値を上書きしません。 [[Ref_25_2_111]]