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/6] 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/6] 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] From 10e3d1730fcaebfabe961bb725f93233c27702c6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 26 May 2026 21:32:53 +0000 Subject: [PATCH 3/6] docs: remove unused 2026 whats new topics --- topics/en/whats-new-in-2026-volume-1.adoc | 14 -------------- topics/en/wpf-revision-history.adoc | 3 +-- topics/ja/whats-new-in-2026-volume-1.ja-JP.adoc | 14 -------------- topics/ja/wpf-revision-history.ja-JP.adoc | 3 +-- 4 files changed, 2 insertions(+), 32 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 3885a4d..0000000 --- a/topics/en/whats-new-in-2026-volume-1.adoc +++ /dev/null @@ -1,14 +0,0 @@ -= 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 8b300b5..9f436ef 100644 --- a/topics/en/wpf-revision-history.adoc +++ b/topics/en/wpf-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 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] @@ -37,4 +36,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] +* link:whats-new-netadvantage-for-wpf-line-of-business.html[{ProductName} Line of Business] \ 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 deleted file mode 100644 index 3c5a85a..0000000 --- a/topics/ja/whats-new-in-2026-volume-1.ja-JP.adoc +++ /dev/null @@ -1,14 +0,0 @@ -= 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 e161ff1..5558ab1 100644 --- a/topics/ja/wpf-revision-history.ja-JP.adoc +++ b/topics/ja/wpf-revision-history.ja-JP.adoc @@ -16,7 +16,6 @@ このセクションでは、以下のボリューム リリースで 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 の新機能] @@ -38,4 +37,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] +* link:whats-new-netadvantage-for-wpf-line-of-business.html[{ProductName} Line of Business] \ No newline at end of file From 77b1ca86b00c908f2bd7edab94c85c75a62b5123 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 27 May 2026 14:31:09 +0000 Subject: [PATCH 4/6] docs: clarify marker size uses DIPs --- topics/en/changelog.adoc | 2 +- topics/en/designers-guide-styling-points-for-xamdatachart.adoc | 2 +- topics/ja/changelog.ja-JP.adoc | 2 +- .../designers-guide-styling-points-for-xamdatachart.ja-JP.adoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/topics/en/changelog.adoc b/topics/en/changelog.adoc index 96046e6..95b1484 100644 --- a/topics/en/changelog.adoc +++ b/topics/en/changelog.adoc @@ -92,7 +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` +- Added `MarkerSize` to `MarkerSeries` so you can set an exact width and height in device-independent pixels for markers on supported chart series and restore template sizing with `NaN` [[Ref_25_2_59]] diff --git a/topics/en/designers-guide-styling-points-for-xamdatachart.adoc b/topics/en/designers-guide-styling-points-for-xamdatachart.adoc index b4efaa7..d5ba700 100644 --- a/topics/en/designers-guide-styling-points-for-xamdatachart.adoc +++ b/topics/en/designers-guide-styling-points-for-xamdatachart.adoc @@ -118,7 +118,7 @@ link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls (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. +Use `MarkerSize` to set a uniform width and height in device-independent pixels 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] diff --git a/topics/ja/changelog.ja-JP.adoc b/topics/ja/changelog.ja-JP.adoc index 0f8fca7..8885979 100644 --- a/topics/ja/changelog.ja-JP.adoc +++ b/topics/ja/changelog.ja-JP.adoc @@ -94,7 +94,7 @@ ==== チャート - DataPieChart に OthersCategoryBrush と OthersCategoryOutline を追加しました。 -- サポートされるチャート シリーズのマーカーの幅と高さをピクセル単位で正確に設定し、`NaN` でテンプレートのサイズ設定に戻せる `MarkerSize` を `MarkerSeries` に追加しました。 +- サポートされるチャート シリーズのマーカーの幅と高さをデバイス非依存ピクセル単位で正確に設定し、`NaN` でテンプレートのサイズ設定に戻せる `MarkerSize` を `MarkerSeries` に追加しました。 [[Ref_25_2_59]] 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 a7113be..c488ae4 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 @@ -118,7 +118,7 @@ link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls (継承するシリーズに適用) | 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` は引き続き半径ベースのサイズ設定を使用します。 +`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] From 1dbb7844ca6f046b9f60a85f34312688bfd725a2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 29 May 2026 08:33:36 +0000 Subject: [PATCH 5/6] docs: move MarkerSize changelog entry to 26.1 --- topics/en/changelog.adoc | 14 ++++++++++++-- topics/ja/changelog.ja-JP.adoc | 12 +++++++++++- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/topics/en/changelog.adoc b/topics/en/changelog.adoc index 95b1484..d7e1acd 100644 --- a/topics/en/changelog.adoc +++ b/topics/en/changelog.adoc @@ -4,7 +4,8 @@ This topic contains the following sections: -* <> +* <> +* <> * <> * <> * <> @@ -20,6 +21,16 @@ This topic contains the following sections: * <> * <> +[[Ref_26_1]] + +== 26.1 (2026 Release) + +=== Enhancements + +==== Charts + +- Added `MarkerSize` to `MarkerSeries` so you can set an exact width and height in device-independent pixels for markers on supported chart series and restore template sizing with `NaN` + [[Ref_25_2_107]] == 25.2.107 (March 2026) @@ -92,7 +103,6 @@ This topic contains the following sections: ==== Charts - Added OthersCategoryBrush and OthersCategoryOutline to DataPieChart -- Added `MarkerSize` to `MarkerSeries` so you can set an exact width and height in device-independent pixels for markers on supported chart series and restore template sizing with `NaN` [[Ref_25_2_59]] diff --git a/topics/ja/changelog.ja-JP.adoc b/topics/ja/changelog.ja-JP.adoc index 8885979..c2a8afa 100644 --- a/topics/ja/changelog.ja-JP.adoc +++ b/topics/ja/changelog.ja-JP.adoc @@ -4,6 +4,7 @@ このトピックは、以下のセクションで構成されます。 +* <> * <> * <> * <> @@ -20,6 +21,16 @@ * <> * <> +[[Ref_26_1]] + +== 26.1 (2026 年リリース) + +=== 機能拡張 + +==== チャート + +- サポートされるチャート シリーズのマーカーの幅と高さをデバイス非依存ピクセル単位で正確に設定し、`NaN` でテンプレートのサイズ設定に戻せる `MarkerSize` を `MarkerSeries` に追加しました。 + [[Ref_25_2_107]] == 25.2.107 (2026 年 3 月) @@ -94,7 +105,6 @@ ==== チャート - DataPieChart に OthersCategoryBrush と OthersCategoryOutline を追加しました。 -- サポートされるチャート シリーズのマーカーの幅と高さをデバイス非依存ピクセル単位で正確に設定し、`NaN` でテンプレートのサイズ設定に戻せる `MarkerSize` を `MarkerSeries` に追加しました。 [[Ref_25_2_59]] From c67cdb5c20e75baa9d909ec6450b37eda00d3c08 Mon Sep 17 00:00:00 2001 From: norikois <33947244+norikois@users.noreply.github.com> Date: Tue, 2 Jun 2026 10:16:36 +0900 Subject: [PATCH 6/6] docs: refine MarkerSize description in changelog for clarity --- topics/ja/changelog.ja-JP.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/ja/changelog.ja-JP.adoc b/topics/ja/changelog.ja-JP.adoc index 93ddb8e..c8763ae 100644 --- a/topics/ja/changelog.ja-JP.adoc +++ b/topics/ja/changelog.ja-JP.adoc @@ -29,7 +29,7 @@ ==== チャート -- サポートされるチャート シリーズのマーカーの幅と高さをデバイス非依存ピクセル単位で正確に設定し、`NaN` でテンプレートのサイズ設定に戻せる `MarkerSize` を `MarkerSeries` に追加しました。 +- `MarkerSeries` に `MarkerSize` をを追加しました。これにより、サポートされているチャートシリーズのマーカーに対してデバイス非依存ピクセルで正確な幅と高さを設定し、`NaN` を指定してテンプレートのサイズ設定を復元できるようになります。 - チャート シリーズのマーカーおよび凡例バッジに `Checkmark` マーカー タイプを追加しました。 === 新しいチャート機能