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
13 changes: 12 additions & 1 deletion topics/en/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

This topic contains the following sections:

* <<Ref_26_1, 26.1 (May 2026)>>
* <<Ref_25_2_111, 25.2.111 (March 2026)>>
* <<Ref_25_2_65, 25.2.65 (December 2025)>>
* <<Ref_25_2_41, 25.2.41 (November 2025)>>
Expand All @@ -20,6 +21,16 @@ This topic contains the following sections:
* <<Ref_23_2_131,23.2.131 (April 2024)>>
* <<Ref_23_2, 23.2 (2023)>>

[[Ref_26_1]]

== 26.1 (May 2026)

=== Enhancements

==== Charts

- Added the `Checkmark` marker type to supported chart marker enumerations, including `LegendItemBadgeShape`.

[[Ref_25_2_111]]

== 25.2.111 (March 2026)
Expand Down Expand Up @@ -758,4 +769,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]
4 changes: 2 additions & 2 deletions topics/en/data-pie-chart-legend.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In order to display a legend for the {DataPieChartName} an ItemLegend needs to b

By default, the ItemLegend will show the same content as the label that is shown for each slice in the {DataPieChartName}. This can be modified by utilizing the `LegendSliceLabelContentMode` property on the chart. This exposes a `RadialLabelMode` enumeration that can allow you to show the label, value, percentage, or any combination of those as the legend's content for each data pie chart slice.

The ItemLegend badge is also able to be modified. By default, it will appear as a filled circle corresponding to the color of the associated data pie chart slice. This can be configured by using the `LegendItemBadgeShape` property of the chart and you can set this to be a circle, line, bar, column, and more.
The ItemLegend badge is also able to be modified. By default, it will appear as a filled circle corresponding to the color of the associated data pie chart slice. This can be configured by using the `LegendItemBadgeShape` property of the chart and you can set this to be a circle, line, bar, column, `Checkmark`, and more.

[[CodeExample]]
=== Code Example
Expand Down Expand Up @@ -76,4 +76,4 @@ endif::win-forms[]
[[RelatedContent]]
=== Related Content

* link:data-pie-chart-data-binding.html[Data Binding]
* link:data-pie-chart-data-binding.html[Data Binding]
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 @@
////
|metadata|
{
"tags": [],
"controlName": [""]
}
|metadata|
////

= What's New in 2026 Volume 1

=== Charts

Marker-related chart enums now include the `Checkmark` marker type in v26.1. For example, you can use `Checkmark` with link:{DataChartLink}.LegendItemBadgeShape.html[LegendItemBadgeShape] to display checkmark badges in legends for supported charts.
3 changes: 2 additions & 1 deletion topics/en/win-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 Windows Forms controls and components in the following volume releases:

* link:whats-new-in-2026-volume-1.html[2026 Volume 1]
* link:whats-new-in-2022-volume-1.html[2022 Volume 1]
* link:whats-new-in-2021-volume-2.html[2021 Volume 2]
* link:whats-new-in-2021-volume-1.html[2021 Volume 1]
Expand Down Expand Up @@ -55,4 +56,4 @@ This section makes it easy for you to track down all the new features and enhanc
* link:win-whats-new-in-2005-volume-3.html[2005 Volume 3]
* link:win-whats-new-in-2005-volume-2.html[2005 Volume 2]
* link:win-whats-new-in-2005-volume-1.html[2005 Volume 1]
* link:win-whats-new-in-2004-volume-3.html[2004 Volume 3]
* link:win-whats-new-in-2004-volume-3.html[2004 Volume 3]
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_111, 25.2.111 (2026 年 3 月)>>
* <<Ref_25_2_65, 25.2.65 (2025 年 12 月)>>
* <<Ref_25_2_41, 25.2.41 (2025 年 11 月)>>
Expand All @@ -20,6 +21,16 @@
* <<Ref_23_2_131,23.2.131 (2024 年 4 月)>>
* <<Ref_23_2, 23.2 (2023 年)>>

[[Ref_26_1]]

== 26.1 (2026 年 5 月)

=== 機能拡張

==== チャート

- `LegendItemBadgeShape` を含む、サポートされているチャートのマーカー列挙体に `Checkmark` マーカー タイプが追加されました。

[[Ref_25_2_111]]

== 25.2.111 (2026 年 3 月)
Expand Down Expand Up @@ -755,4 +766,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} 強調表示フィルター]
4 changes: 2 additions & 2 deletions topics/ja/data-pie-chart-legend.ja-JP.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

デフォルトでは、ItemLegend は {DataPieChartName} の各スライスに表示されるラベルと同じ内容を表示します。これを変更するには、チャートの `LegendSliceLabelContentMode` プロパティを利用します。これにより、`RadialLabelMode` 列挙型が公開され、ラベル、値、パーセンテージ、またはそれらの組み合わせをデータ円チャート スライスごとの凡例の内容として表示できます。

また、ItemLegend のバッジも変更可能です。デフォルトでは、関連するデータ円チャート スライスの色に対応する塗りつぶされた円として表示されます。これを設定するには、チャートの `LegendItemBadgeShape` プロパティを使用し、円、折れ線、棒、柱状などに設定できます
また、ItemLegend のバッジも変更可能です。デフォルトでは、関連するデータ円チャート スライスの色に対応する塗りつぶされた円として表示されます。これを設定するには、チャートの `LegendItemBadgeShape` プロパティを使用し、円、折れ線、棒、柱状、`Checkmark` などに設定できます

[[CodeExample]]
=== コード例
Expand Down Expand Up @@ -76,4 +76,4 @@ endif::win-forms[]
[[RelatedContent]]
=== 関連コンテンツ

* link:data-pie-chart-data-binding.html[データ バインディング]
* link:data-pie-chart-data-binding.html[データ バインディング]
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 @@
////
|metadata|
{
"tags": [],
"controlName": [""]
}
|metadata|
////

= 2026 Volume 1 の新機能

=== チャート

v26.1 では、マーカー関連のチャート列挙体に `Checkmark` マーカー タイプが追加されました。たとえば、link:{DataChartLink}.LegendItemBadgeShape.html[LegendItemBadgeShape] で `Checkmark` を使用すると、サポートされているチャートの凡例にチェックマーク バッジを表示できます。
3 changes: 2 additions & 1 deletion topics/ja/win-revision-history.ja-JP.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

このセクションを理解すれば、次のボリューム リリースで Windows Forms のコントロールおよびコンポーネントに加えられたすべての新しい機能および拡張機能を簡単にたどることができます。

* link:whats-new-in-2026-volume-1.html[2026 Volume 1]
* link:whats-new-in-2022-volume-1.html[2022 Volume 1]
* link:whats-new-in-2021-volume-2.html[2021 Volume 2]
* link:whats-new-in-2021-volume-1.html[2021 Volume 1]
Expand Down Expand Up @@ -55,4 +56,4 @@
* link:win-whats-new-in-2005-volume-3.html[2005 Volume 3]
* link:win-whats-new-in-2005-volume-2.html[2005 Volume 2]
* link:win-whats-new-in-2005-volume-1.html[2005 Volume 1]
* link:win-whats-new-in-2004-volume-3.html[2004 Volume 3]
* link:win-whats-new-in-2004-volume-3.html[2004 Volume 3]