diff --git a/topics/en/breaking-changes-in-2016-volume-2.adoc b/topics/en/breaking-changes-in-2016-volume-2.adoc index df2110d..7b37801 100644 --- a/topics/en/breaking-changes-in-2016-volume-2.adoc +++ b/topics/en/breaking-changes-in-2016-volume-2.adoc @@ -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 @@ -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”. \ No newline at end of file +In order to retain your existing pie chart selection logic without interfering with the new selection feature, change the SliceSelectionMode property to “Manual”. diff --git a/topics/en/changelog.adoc b/topics/en/changelog.adoc index 8d04dc3..576da26 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 (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) @@ -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] \ 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..b4e5a0a --- /dev/null +++ b/topics/en/whats-new-in-2026-volume-1.adoc @@ -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. 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/breaking-changes-in-2016-volume-2.ja-JP.adoc b/topics/ja/breaking-changes-in-2016-volume-2.ja-JP.adoc index a0d8228..0eb6612 100644 --- a/topics/ja/breaking-changes-in-2016-volume-2.ja-JP.adoc +++ b/topics/ja/breaking-changes-in-2016-volume-2.ja-JP.adoc @@ -79,7 +79,7 @@ link:xamdatapresenter-about-the-field-chooser.html[フィールド選択につ |ChartOutlines |線状グラデーション ブラシ |単色ブラシ、ChartBrushes と同じブラシ -|マーカー テンプレート (円、三角形、ピラミッド、四角形、ダイアモンド、五角形、六角形、四面体、星形五角形、および六線星形) +|マーカー テンプレート (円、三角形、ピラミッド、四角形、ダイアモンド、五角形、六角形、四面体、星形五角形、六線星形、およびチェックマーク) |StrokeThickness = 0.5 |StrokeThickness は、1 値の MarkerStrokeThickness にバインドされます。 |ToolTipStyle, ToolTipNoBadgeStyle, PieChartToolTipStyle @@ -460,4 +460,4 @@ Outline セッター Value を StaticResource=TooltipLayerOutline に変更し === xamPieChart の選択の新しいデフォルト値 円チャート コントロールの新しいデフォルト選択値は SingleSelect に変更しました。 -既存の円チャート選択ロジックを残るには、SliceSelectionMode プロパティを "Manual" に設定します。 \ No newline at end of file +既存の円チャート選択ロジックを残るには、SliceSelectionMode プロパティを "Manual" に設定します。 diff --git a/topics/ja/changelog.ja-JP.adoc b/topics/ja/changelog.ja-JP.adoc index 4173fda..779d132 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 年 5 月) + +=== 機能拡張 + +==== チャート + +- チャート シリーズのマーカーおよび凡例バッジに `Checkmark` マーカー タイプを追加しました。 + [[Ref_25_2_107]] == 25.2.107 (2026 年 3 月) @@ -772,4 +783,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..a58a74f --- /dev/null +++ b/topics/ja/whats-new-in-2026-volume-1.ja-JP.adoc @@ -0,0 +1,7 @@ += 2026 Volume 1 の新機能 + +=== Checkmark マーカー タイプ + +チャートで、シリーズ マーカーおよび凡例バッジに使用できる新しい `Checkmark` マーカー タイプがサポートされるようになりました。 + +このマーカー オプションは、チャートのマーカー形状に `MarkerType` 列挙体および `LegendItemBadgeShape` 列挙体を使用するすべての箇所で利用できます。 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]