diff --git a/topics/en/changelog.adoc b/topics/en/changelog.adoc index abecbd2..002a2d3 100644 --- a/topics/en/changelog.adoc +++ b/topics/en/changelog.adoc @@ -4,6 +4,7 @@ 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 to supported chart marker enumerations, including `LegendItemBadgeShape`. + [[Ref_25_2_111]] == 25.2.111 (March 2026) @@ -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] \ No newline at end of file +- link:categorychart-highlight-filter.html[{CategoryChartName} Highlight Filter] diff --git a/topics/en/data-pie-chart-legend.adoc b/topics/en/data-pie-chart-legend.adoc index 4c59be3..8d5c63d 100644 --- a/topics/en/data-pie-chart-legend.adoc +++ b/topics/en/data-pie-chart-legend.adoc @@ -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 @@ -76,4 +76,4 @@ endif::win-forms[] [[RelatedContent]] === Related Content -* link:data-pie-chart-data-binding.html[Data Binding] \ No newline at end of file +* link:data-pie-chart-data-binding.html[Data Binding] diff --git a/topics/ja/changelog.ja-JP.adoc b/topics/ja/changelog.ja-JP.adoc index c95e314..9837bfe 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 月) + +=== 機能拡張 + +==== チャート + +- `LegendItemBadgeShape` を含む、サポートされているチャートのマーカー列挙体に `Checkmark` マーカー タイプが追加されました。 + [[Ref_25_2_111]] == 25.2.111 (2026 年 3 月) @@ -755,4 +766,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/data-pie-chart-legend.ja-JP.adoc b/topics/ja/data-pie-chart-legend.ja-JP.adoc index be16919..9d41d10 100644 --- a/topics/ja/data-pie-chart-legend.ja-JP.adoc +++ b/topics/ja/data-pie-chart-legend.ja-JP.adoc @@ -24,7 +24,7 @@ デフォルトでは、ItemLegend は {DataPieChartName} の各スライスに表示されるラベルと同じ内容を表示します。これを変更するには、チャートの `LegendSliceLabelContentMode` プロパティを利用します。これにより、`RadialLabelMode` 列挙型が公開され、ラベル、値、パーセンテージ、またはそれらの組み合わせをデータ円チャート スライスごとの凡例の内容として表示できます。 -また、ItemLegend のバッジも変更可能です。デフォルトでは、関連するデータ円チャート スライスの色に対応する塗りつぶされた円として表示されます。これを設定するには、チャートの `LegendItemBadgeShape` プロパティを使用し、円、折れ線、棒、柱状などに設定できます。 +また、ItemLegend のバッジも変更可能です。デフォルトでは、関連するデータ円チャート スライスの色に対応する塗りつぶされた円として表示されます。これを設定するには、チャートの `LegendItemBadgeShape` プロパティを使用し、円、折れ線、棒、柱状、`Checkmark` などに設定できます。 [[CodeExample]] === コード例 @@ -76,4 +76,4 @@ endif::win-forms[] [[RelatedContent]] === 関連コンテンツ -* link:data-pie-chart-data-binding.html[データ バインディング] \ No newline at end of file +* link:data-pie-chart-data-binding.html[データ バインディング]