Skip to content
Open
Show file tree
Hide file tree
Changes from 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ The following table lists all marker appearance properties.
|link:{CategoryChartLink}.MarkerTypeCollection.html[MarkerTypeCollection]
|Determines the type of markers to be displayed by all series in the chart

|pick:[wpf,xamarin="link:{CategoryChartLink}.{CategoryChartDomain}{ApiProp}MarkerSize.html[MarkerSize]"]pick:[win-forms="link:{CategoryChartLink}.{CategoryChartName}{ApiProp}MarkerSize.html[MarkerSize]"]
|double
|Determines marker width and height in device-independent pixels (DIPs).

|pick:[wpf,xamarin="link:{CategoryChartLink}.{CategoryChartDomain}{ApiProp}MarkerBrushes.html[MarkerBrushes]"]pick:[win-forms="link:{CategoryChartLink}.{CategoryChartName}{ApiProp}MarkerBrushes.html[MarkerBrushes]"]
|link:{DataVizLinkBase}.BrushCollection.html[BrushCollection]
|Determines fill color of markers
Expand All @@ -54,6 +58,10 @@ The following table lists all marker appearance properties.
|====
|Name|Type|Description

|`CheckmarkMarker`
|link:{CategoryChartLink}.MarkerType.html[MarkerType]
|Displays the Checkmark marker type.

|`CircleMarker`
|link:{CategoryChartLink}.MarkerType.html[MarkerType]
|Displays the Circle marker type.
Expand Down Expand Up @@ -193,4 +201,4 @@ image::images/categorychart_configuring_chart_markers_02.png[]
| link:categorychart-overview.html[Overview]
|This topic provides a conceptual overview of the Category Chart control.

|====
|====
4 changes: 4 additions & 0 deletions topics/en/data-chart/datachart-customizing-markers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ link:{DataChartLinkBase}.markertype.html[MarkerType]
endif::xamarin,win-forms[]
|Determines type of markers displayed by the current series

|MarkerSeries. link:{DataChartLink}.markerseries{ApiProp}markersize.html[MarkerSize]
|double
|Determines marker width and height in device-independent pixels (DIPs).

|MarkerSeries. link:{DataChartLink}.markerseries{ApiProp}markerbrush.html[MarkerBrush]
|Brush
|Determines fill color of markers.
Expand Down
4 changes: 4 additions & 0 deletions topics/en/shape-chart/shapechart-customizing-markers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ The following table lists all marker appearance properties.
|link:{ShapeChartLink}.CollisionAvoidanceType.html[CollisionAvoidanceType]
|Determines the method of collision avoidance when items collide.

|link:{ShapeChartLink}.{ShapeChartDomain}{ApiProp}MarkerSize.html[MarkerSize]
|double
|Determines marker width and height in device-independent pixels (DIPs).

|link:{ShapeChartLink}.{ShapeChartDomain}{ApiProp}MarkerBrushes.html[MarkerBrushes]
|link:{ShapeChartDomain}.BrushCollection.html[BrushCollection]
|Determines fill color of markers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
|link:{CategoryChartLink}.MarkerTypeCollection.html[MarkerTypeCollection]
|チャートのすべてのシリーズで表示されるマーカーのタイプを決定します。

|pick:[wpf,xamarin="link:{CategoryChartLink}.{CategoryChartDomain}{ApiProp}MarkerSize.html[MarkerSize]"]pick:[win-forms="link:{CategoryChartLink}.{CategoryChartName}{ApiProp}MarkerSize.html[MarkerSize]"]
|double
|デバイス非依存ピクセル (DIP) 単位でマーカーの幅と高さを決定します。

|pick:[wpf,xamarin="link:{CategoryChartLink}.{CategoryChartDomain}{ApiProp}MarkerBrushes.html[MarkerBrushes]"]pick:[win-forms="link:{CategoryChartLink}.{CategoryChartName}{ApiProp}MarkerBrushes.html[MarkerBrushes]"]
|link:{DataVizLinkBase}.BrushCollection.html[BrushCollection]
|マーカーの塗りつぶし色を決定します。
Expand All @@ -54,6 +58,10 @@
|====
|名前|タイプ|説明

|`CheckmarkMarker`
|link:{CategoryChartLink}.MarkerType.html[MarkerType]
|Displays the Checkmark marker type.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot Translate this row to Japanese.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated in 2bcfd0d: translated that row to Japanese (チェックマーク マーカーのタイプを表示します。).


|`CircleMarker`
|link:{CategoryChartLink}.MarkerType.html[MarkerType]
|円マーカーのタイプを表示します。
Expand Down Expand Up @@ -196,4 +204,4 @@ image::images/categorychart_configuring_chart_markers_02.png[]
| link:categorychart-overview.html[概要]
|このトピックは、カテゴリ チャート コントロールの概要を提供します。

|====
|====
4 changes: 4 additions & 0 deletions topics/ja/data-chart/datachart-customizing-markers.ja-JP.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ link:{DataChartLinkBase}.markertype.html[MarkerType]
endif::xamarin,win-forms[]
|現在のシリーズによって表示されるマーカーのタイプを決定します。

|MarkerSeries.link:{DataChartLink}.markerseries{ApiProp}markersize.html[MarkerSize]
|double
|デバイス非依存ピクセル (DIP) 単位でマーカーの幅と高さを決定します。

|MarkerSeries.link:{DataChartLink}.markerseries{ApiProp}markerbrush.html[MarkerBrush]
|Brush
|マーカーの塗りつぶし色を決定します。
Expand Down
4 changes: 4 additions & 0 deletions topics/ja/shape-chart/shapechart-customizing-markers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
|link:{ShapeChartLink}.CollisionAvoidanceType.html[CollisionAvoidanceType]
|項目が競合する場合、競合回避の方法を決定します。

|link:{ShapeChartLink}.{ShapeChartDomain}{ApiProp}MarkerSize.html[MarkerSize]
|double
|デバイス非依存ピクセル (DIP) 単位でマーカーの幅と高さを決定します。

|link:{ShapeChartLink}.{ShapeChartDomain}{ApiProp}MarkerBrushes.html[MarkerBrushes]
|link:{ShapeChartDomain}.BrushCollection.html[BrushCollection]
|マーカーの塗りつぶし色を決定します。
Expand Down