From 10231f0a7f75205167ec7fe3abc65d4755a2b6ea 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:32 +0000 Subject: [PATCH 1/2] Initial plan From b4b47fb975c9ed39086ff3e2fe714e9b17268416 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 May 2026 16:10:44 +0000 Subject: [PATCH 2/2] docs: add marker size release notes --- topics/en/changelog.adoc | 3 ++- ...ners-guide-styling-points-for-xamdatachart.adoc | 8 ++++++-- topics/en/whats-new-in-2026-volume-1.adoc | 14 ++++++++++++++ topics/en/wpf-revision-history.adoc | 3 ++- topics/ja/changelog.ja-JP.adoc | 3 ++- ...uide-styling-points-for-xamdatachart.ja-JP.adoc | 8 ++++++-- topics/ja/whats-new-in-2026-volume-1.ja-JP.adoc | 14 ++++++++++++++ topics/ja/wpf-revision-history.ja-JP.adoc | 3 ++- 8 files changed, 48 insertions(+), 8 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 8d04dc3..96046e6 100644 --- a/topics/en/changelog.adoc +++ b/topics/en/changelog.adoc @@ -92,6 +92,7 @@ This topic contains the following sections: ==== Charts - Added OthersCategoryBrush and OthersCategoryOutline to DataPieChart +- Added `MarkerSize` to `MarkerSeries` so you can set an exact pixel width and height for markers on supported chart series and restore template sizing with `NaN` [[Ref_25_2_59]] @@ -776,4 +777,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/designers-guide-styling-points-for-xamdatachart.adoc b/topics/en/designers-guide-styling-points-for-xamdatachart.adoc index 3f61fce..b4efaa7 100644 --- a/topics/en/designers-guide-styling-points-for-xamdatachart.adoc +++ b/topics/en/designers-guide-styling-points-for-xamdatachart.adoc @@ -111,11 +111,15 @@ link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls Specifies a style for legend item and legend badge templates for a series in the _xamDataChart_ control’s link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.seriesviewer~series.html[Series] collection. | link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.marker_members.html[Marker] -| link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.markerseries_members.html[MarkerSeries]. link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.markerseries~markerstyle.html[MarkerStyle] +| link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.markerseries_members.html[MarkerSeries]. link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.markerseries~markerstyle.html[MarkerStyle] + +link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.markerseries~markersize.html[MarkerSize] (Applies to Series that inherits) |Specifies a style for markers of a series that inherits link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.markerseries_members.html[MarkerSeries] class (for example, link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.lineseries_members.html[LineSeries]). +Use `MarkerSize` to set a uniform pixel width and height for markers on supported series, or set it to `NaN` to use the marker template's default size. `BubbleSeries` continues to use its radius-based sizing. + | link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.legend_members.html[Legend] | link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.legend_members.html[Legend]. link:http://msdn.microsoft.com/en-us/library/system.windows.frameworkelement.style.aspx[Style] |Specifies a style for the _xamDataChart_ control’s Legend which is used with all types of link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.seriesviewer~series.html[Series] objects. @@ -150,4 +154,4 @@ The following topics provide additional information related to this topic. | link:datachart-series-types.html[Types of Series] |This topic provides information about supported types of series in the _xam_ _DataChart_ control. -|==== \ No newline at end of file +|==== 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..3885a4d --- /dev/null +++ b/topics/en/whats-new-in-2026-volume-1.adoc @@ -0,0 +1,14 @@ += What's New in 2026 Volume 1 + +=== Chart Marker Size + +Added link:{DataChartLink}.MarkerSeries~MarkerSize.html[MarkerSize] to `MarkerSeries` so you can set an exact pixel width and height for markers on supported data chart series without creating a custom marker style. + +When `MarkerSize` is set to a numeric value, markers render using that square size in pixels. Set the property to `NaN` to restore the marker template's default size. + +This property applies to series that inherit `MarkerSeries`, such as `LineSeries`, `SplineSeries`, `AreaSeries`, `SplineAreaSeries`, `ScatterSeries`, `ScatterLineSeries`, `ScatterSplineSeries`, `PolarLineSeries`, `PolarSplineSeries`, `PolarScatterSeries`, `RadialLineSeries`, and `RadialAreaSeries`. + +[NOTE] +==== +`BubbleSeries` continues to use its radius member path and scale to determine bubble size; `MarkerSize` does not override bubble radius. +==== diff --git a/topics/en/wpf-revision-history.adoc b/topics/en/wpf-revision-history.adoc index 9f436ef..8b300b5 100644 --- a/topics/en/wpf-revision-history.adoc +++ b/topics/en/wpf-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 WPF controls in the following volume releases: +* link:whats-new-in-2026-volume-1.html[What's New in 2026 Volume 1] * link:whats-new-in-2021-volume-2.html[What's New in 2021 Volume 2] * link:whats-new-in-2021-volume-1.html[What's New in 2021 Volume 1] * link:whats-new-in-2020-volume-2.html[What's New in 2020 Volume 2] @@ -36,4 +37,4 @@ This section makes it easy for you to track down all the new features and enhanc * link:whats-new-in-2012-volume-2.html[What's New in 2012 Volume 2] * link:whatsnew-whats-new-in-2012-volume-1.html[What's New in 2012 Volume 1] * link:whats-new-netadvantage-for-wpf-data-visualization.html[{ProductName} Data Visualization] -* link:whats-new-netadvantage-for-wpf-line-of-business.html[{ProductName} Line of Business] \ No newline at end of file +* link:whats-new-netadvantage-for-wpf-line-of-business.html[{ProductName} Line of Business] diff --git a/topics/ja/changelog.ja-JP.adoc b/topics/ja/changelog.ja-JP.adoc index 4173fda..0f8fca7 100644 --- a/topics/ja/changelog.ja-JP.adoc +++ b/topics/ja/changelog.ja-JP.adoc @@ -94,6 +94,7 @@ ==== チャート - DataPieChart に OthersCategoryBrush と OthersCategoryOutline を追加しました。 +- サポートされるチャート シリーズのマーカーの幅と高さをピクセル単位で正確に設定し、`NaN` でテンプレートのサイズ設定に戻せる `MarkerSize` を `MarkerSeries` に追加しました。 [[Ref_25_2_59]] @@ -772,4 +773,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/designers-guide-styling-points-for-xamdatachart.ja-JP.adoc b/topics/ja/designers-guide-styling-points-for-xamdatachart.ja-JP.adoc index bf14507..a7113be 100644 --- a/topics/ja/designers-guide-styling-points-for-xamdatachart.ja-JP.adoc +++ b/topics/ja/designers-guide-styling-points-for-xamdatachart.ja-JP.adoc @@ -111,11 +111,15 @@ link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls _xamDataChart_ コントロールの link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.seriesviewer~series.html[Series] コレクションでシリーズの凡例項目と凡例レッテル テンプレートのスタイルを指定します。 | link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.marker_members.html[Marker] -| link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.markerseries_members.html[MarkerSeries]. link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.markerseries~markerstyle.html[MarkerStyle] +| link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.markerseries_members.html[MarkerSeries]. link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.markerseries~markerstyle.html[MarkerStyle] + +link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.markerseries~markersize.html[MarkerSize] (継承するシリーズに適用) | link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.markerseries_members.html[MarkerSeries] クラスを継承するシリーズのマーカーのスタイルを指定します (たとえば、 link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.lineseries_members.html[LineSeries])。 +`MarkerSize` を使用すると、サポートされるシリーズのマーカーの幅と高さをピクセル単位で一律に設定できます。`NaN` を設定すると、マーカー テンプレートの既定サイズを使用します。`BubbleSeries` は引き続き半径ベースのサイズ設定を使用します。 + | link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.legend_members.html[Legend] | link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.legend_members.html[Legend]. link:http://msdn.microsoft.com/ja-jp/library/system.windows.frameworkelement.style.aspx[Style] | link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.seriesviewer~series.html[Series] オブジェクトのすべてのタイプで使用される _xamDataChart_ コントロールの Legend のスタイルを指定します。 @@ -150,4 +154,4 @@ _xamDataChart_ コントロールの link:{ApiPlatform}controls.charts.xamdatach | link:datachart-series-types.html[シリーズのタイプ] |_xam_ _DataChart_ コントロールのサポートされているタイプについての情報を提供します。 -|==== \ No newline at end of file +|==== 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..3c5a85a --- /dev/null +++ b/topics/ja/whats-new-in-2026-volume-1.ja-JP.adoc @@ -0,0 +1,14 @@ += 2026 Volume 1 の新機能 + +=== チャートの MarkerSize + +カスタム マーカー スタイルを作成しなくても、サポートされるデータ チャート シリーズのマーカーの幅と高さをピクセル単位で正確に設定できる link:{DataChartLink}.MarkerSeries~MarkerSize.html[MarkerSize] を `MarkerSeries` に追加しました。 + +`MarkerSize` に数値を設定すると、マーカーはそのピクセル値の正方形サイズで描画されます。`NaN` を設定すると、マーカー テンプレートの既定サイズに戻ります。 + +このプロパティは、`LineSeries`、`SplineSeries`、`AreaSeries`、`SplineAreaSeries`、`ScatterSeries`、`ScatterLineSeries`、`ScatterSplineSeries`、`PolarLineSeries`、`PolarSplineSeries`、`PolarScatterSeries`、`RadialLineSeries`、`RadialAreaSeries` など、`MarkerSeries` を継承するシリーズに適用されます。 + +[NOTE] +==== +`BubbleSeries` は引き続き RadiusMemberPath とスケールを使用してバブル サイズを決定するため、`MarkerSize` でバブルの半径は上書きされません。 +==== diff --git a/topics/ja/wpf-revision-history.ja-JP.adoc b/topics/ja/wpf-revision-history.ja-JP.adoc index 5558ab1..e161ff1 100644 --- a/topics/ja/wpf-revision-history.ja-JP.adoc +++ b/topics/ja/wpf-revision-history.ja-JP.adoc @@ -16,6 +16,7 @@ このセクションでは、以下のボリューム リリースで WPF コントロールに行ったすべての新しい機能および拡張機能を参照することができます。 +* link:whats-new-in-2026-volume-1.html[2026 Volume 1 の新機能] * link:whats-new-in-2021-volume-2.html[2021 Volume 2 の新機能] * link:whats-new-in-2021-volume-1.html[2021 Volume 1 の新機能] * link:whats-new-in-2020-volume-2.html[2020 Volume 2 の新機能] @@ -37,4 +38,4 @@ * link:whats-new-in-2012-volume-2.html[2012 Volume 2 の新機能] * link:whatsnew-whats-new-in-2012-volume-1.html[2012 Volume 1 の新機能] * link:whats-new-netadvantage-for-wpf-data-visualization.html[{ProductName} Data Visualization] -* link:whats-new-netadvantage-for-wpf-line-of-business.html[{ProductName} Line of Business] \ No newline at end of file +* link:whats-new-netadvantage-for-wpf-line-of-business.html[{ProductName} Line of Business]