Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion topics/en/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down Expand Up @@ -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]
- link:categorychart-highlight-filter.html[{CategoryChartName} Highlight Filter]
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.

|====
|====
14 changes: 14 additions & 0 deletions topics/en/whats-new-in-2026-volume-1.adoc
Original file line number Diff line number Diff line change
@@ -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.
====
3 changes: 2 additions & 1 deletion topics/en/wpf-revision-history.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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]
* link:whats-new-netadvantage-for-wpf-line-of-business.html[{ProductName} Line of Business]
3 changes: 2 additions & 1 deletion topics/ja/changelog.ja-JP.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
==== チャート

- DataPieChart に OthersCategoryBrush と OthersCategoryOutline を追加しました。
- サポートされるチャート シリーズのマーカーの幅と高さをピクセル単位で正確に設定し、`NaN` でテンプレートのサイズ設定に戻せる `MarkerSize` を `MarkerSeries` に追加しました。

[[Ref_25_2_59]]

Expand Down Expand Up @@ -772,4 +773,4 @@ image:images/chart-highlight-filter.png[]
次のドキュメントでは、チャート コントロールに強調表示フィルターを適用するさまざまな方法について説明します。

- link:datachart-highlight-filter.html[{DataChartName} 強調表示フィルター]
- link:categorychart-highlight-filter.html[{CategoryChartName} 強調表示フィルター]
- link:categorychart-highlight-filter.html[{CategoryChartName} 強調表示フィルター]
Original file line number Diff line number Diff line change
Expand Up @@ -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 のスタイルを指定します。
Expand Down Expand Up @@ -150,4 +154,4 @@ _xamDataChart_ コントロールの link:{ApiPlatform}controls.charts.xamdatach
| link:datachart-series-types.html[シリーズのタイプ]
|_xam_ _DataChart_ コントロールのサポートされているタイプについての情報を提供します。

|====
|====
14 changes: 14 additions & 0 deletions topics/ja/whats-new-in-2026-volume-1.ja-JP.adoc
Original file line number Diff line number Diff line change
@@ -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` でバブルの半径は上書きされません。
====
3 changes: 2 additions & 1 deletion topics/ja/wpf-revision-history.ja-JP.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 の新機能]
Expand All @@ -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]
* link:whats-new-netadvantage-for-wpf-line-of-business.html[{ProductName} Line of Business]