Skip to content
Merged
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
1 change: 1 addition & 0 deletions topics/en/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
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]
1 change: 1 addition & 0 deletions topics/ja/changelog.ja-JP.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

==== チャート

- サポートされているチャートのマーカー列挙体に `Checkmark` マーカー タイプが追加されました(`LegendItemBadgeShape` を含む)。
- マーカーを表示するチャート シリーズに新しい `MarkerSize` プロパティが追加され、マーカーの幅と高さをデバイス独立ピクセル単位で正確に設定できるようになりました。
-- `MarkerSize` を `NaN` に設定すると、テンプレートに基づく既定のマーカー サイズに戻ります。また、このプロパティは軽量マーカーの使用時にも適用されます。
-- `BubbleSeries` は引き続き半径ベースのサイズ設定を使用するため、`MarkerSize` はバブルの半径値を上書きしません。
Expand Down
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[データ バインディング]