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
4 changes: 2 additions & 2 deletions topics/en/breaking-changes-in-2016-volume-2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ link:xamdatapresenter-about-the-field-chooser.html[About the Field Chooser]
|ChartOutlines
|Linear gradient brushes
|Solid color brushes, same brushes as ChartBrushes
|Marker Templates (Circle, Triangle, Pyramid, Square, Diamond, Pentagon, Hexagon, Tetragram, Pentagram, Hexagram)
|Marker Templates (Circle, Triangle, Pyramid, Square, Diamond, Pentagon, Hexagon, Tetragram, Pentagram, Hexagram, Checkmark)
|StrokeThickness = 0.5
|StrokeThickness is now bound to MarkerStrokeThickness which has a value of 1
|ToolTipStyle, ToolTipNoBadgeStyle, PieChartToolTipStyle
Expand Down Expand Up @@ -458,4 +458,4 @@ Outline Setter Value changed to: StaticResource= TooltipLayerOutline
=== New default value for selection in xamPieChart
The new default selection value for the Pie Chart control is now SingleSelect.

In order to retain your existing pie chart selection logic without interfering with the new selection feature, change the SliceSelectionMode property to “Manual”.
In order to retain your existing pie chart selection logic without interfering with the new selection feature, change the SliceSelectionMode property to “Manual”.
15 changes: 13 additions & 2 deletions topics/en/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

This topic contains the following sections:

* <<Ref_25_2_59, 25.2.107 (March 2026)>>
* <<Ref_26_1, 26.1 (May 2026)>>
* <<Ref_25_2_107, 25.2.107 (March 2026)>>
* <<Ref_25_2_59, 25.2.59 (December 2025)>>
* <<Ref_25_2_45, 25.2.45 (November 2025)>>
* <<Ref_25_1_117, 25.1.117 (October 2025)>>
Expand All @@ -20,6 +21,16 @@ This topic contains the following sections:
* <<Ref_23_2_157,23.2.157 (April 2024)>>
* <<Ref_23_2, 23.2 (2023)>>

[[Ref_26_1]]

== 26.1 (May 2026)

=== Enhancements

==== Charts

- Added the `Checkmark` marker type for chart series markers and legend badges.

[[Ref_25_2_107]]

== 25.2.107 (March 2026)
Expand Down Expand Up @@ -776,4 +787,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]
7 changes: 7 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,7 @@
= What's New in 2026 Volume 1

=== Checkmark Marker Type

Charts now support a new `Checkmark` marker type that can be used for series markers and legend badges.

This marker option is available anywhere the `MarkerType` and `LegendItemBadgeShape` enumerations are used for chart marker shapes.
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]
4 changes: 2 additions & 2 deletions topics/ja/breaking-changes-in-2016-volume-2.ja-JP.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ link:xamdatapresenter-about-the-field-chooser.html[フィールド選択につ
|ChartOutlines
|線状グラデーション ブラシ
|単色ブラシ、ChartBrushes と同じブラシ
|マーカー テンプレート (円、三角形、ピラミッド、四角形、ダイアモンド、五角形、六角形、四面体、星形五角形、および六線星形)
|マーカー テンプレート (円、三角形、ピラミッド、四角形、ダイアモンド、五角形、六角形、四面体、星形五角形、六線星形、およびチェックマーク)
|StrokeThickness = 0.5
|StrokeThickness は、1 値の MarkerStrokeThickness にバインドされます。
|ToolTipStyle, ToolTipNoBadgeStyle, PieChartToolTipStyle
Expand Down Expand Up @@ -460,4 +460,4 @@ Outline セッター Value を StaticResource=TooltipLayerOutline に変更し
=== xamPieChart の選択の新しいデフォルト値
円チャート コントロールの新しいデフォルト選択値は SingleSelect に変更しました。

既存の円チャート選択ロジックを残るには、SliceSelectionMode プロパティを "Manual" に設定します。
既存の円チャート選択ロジックを残るには、SliceSelectionMode プロパティを "Manual" に設定します。
13 changes: 12 additions & 1 deletion topics/ja/changelog.ja-JP.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

このトピックは、以下のセクションで構成されます。

* <<Ref_26_1, 26.1 (2026 年 5 月)>>
* <<Ref_25_2_107, 25.2.107 (2026 年 3 月)>>
* <<Ref_25_2_59, 25.2.59 (2025 年 12 月)>>
* <<Ref_25_2_45, 25.2.45 (2025 年 11 月)>>
Expand All @@ -20,6 +21,16 @@
* <<Ref_23_2_157,23.2.157 (2024 年 4 月)>>
* <<Ref_23_2, 23.2 (2023 年)>>

[[Ref_26_1]]

== 26.1 (2026 年 5 月)

=== 機能拡張

==== チャート

- チャート シリーズのマーカーおよび凡例バッジに `Checkmark` マーカー タイプを追加しました。

[[Ref_25_2_107]]

== 25.2.107 (2026 年 3 月)
Expand Down Expand Up @@ -772,4 +783,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} 強調表示フィルター]
7 changes: 7 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,7 @@
= 2026 Volume 1 の新機能

=== Checkmark マーカー タイプ

チャートで、シリーズ マーカーおよび凡例バッジに使用できる新しい `Checkmark` マーカー タイプがサポートされるようになりました。

このマーカー オプションは、チャートのマーカー形状に `MarkerType` 列挙体および `LegendItemBadgeShape` 列挙体を使用するすべての箇所で利用できます。
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]