diff --git a/topics/en/changelog.adoc b/topics/en/changelog.adoc index 9fd2b3a..ffb2616 100644 --- a/topics/en/changelog.adoc +++ b/topics/en/changelog.adoc @@ -29,6 +29,7 @@ This topic contains the following sections: ==== Charts +- Added the `Checkmark` marker type to supported chart marker enumerations, including `LegendItemBadgeShape`. - Added a new `MarkerSize` property to chart series that support markers so you can set the marker width and height to an exact device-independent pixel size. -- Setting `MarkerSize` to `NaN` restores the default template-driven marker size, and the property also applies when using lightweight markers. -- `BubbleSeries` continues to use radius-based sizing, so `MarkerSize` does not override bubble radius values. 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 fd6f740..fdf9be3 100644 --- a/topics/ja/changelog.ja-JP.adoc +++ b/topics/ja/changelog.ja-JP.adoc @@ -29,6 +29,7 @@ ==== チャート +- サポートされているチャートのマーカー列挙体に `Checkmark` マーカー タイプが追加されました(`LegendItemBadgeShape` を含む)。 - マーカーを表示するチャート シリーズに新しい `MarkerSize` プロパティが追加され、マーカーの幅と高さをデバイス独立ピクセル単位で正確に設定できるようになりました。 -- `MarkerSize` を `NaN` に設定すると、テンプレートに基づく既定のマーカー サイズに戻ります。また、このプロパティは軽量マーカーの使用時にも適用されます。 -- `BubbleSeries` は引き続き半径ベースのサイズ設定を使用するため、`MarkerSize` はバブルの半径値を上書きしません。 diff --git a/topics/ja/data-pie-chart-legend.ja-JP.adoc b/topics/ja/data-pie-chart-legend.ja-JP.adoc index be16919..d55b477 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[データ バインディング]