Skip to content
Open
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
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.

|====
|====
10 changes: 9 additions & 1 deletion 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 Expand Up @@ -168,6 +172,10 @@ ifdef::wpf,win-universal[]
|====
|Property Name|Property Type|Description

| link:{DataChartLinkBase}.{DataChartBase}{ApiProp}checkmarkmarkertemplate.html[CheckmarkMarkerTemplate]
|DataTemplate
|Determines template for Checkmark marker type.

| link:{DataChartLinkBase}.{DataChartBase}{ApiProp}circlemarkertemplate.html[CircleMarkerTemplate]
|DataTemplate
|Determines template for Circle marker type.
Expand Down Expand Up @@ -374,4 +382,4 @@ ifdef::wpf,win-universal[]
endif::wpf,win-universal[]

* link:datachart-series-types.html[Series Types]
* link:datachart-series-requirements.html[Series Requirements]
* link:datachart-series-requirements.html[Series Requirements]
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]
|チェックマーク マーカーのタイプを表示します。

|`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[概要]
|このトピックは、カテゴリ チャート コントロールの概要を提供します。

|====
|====
10 changes: 9 additions & 1 deletion 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 Expand Up @@ -177,6 +181,10 @@ ifdef::wpf,win-universal[]
|====
|プロパティ名|プロパティ タイプ|説明

| link:{DataChartLinkBase}.{DataChartBase}{ApiProp}checkmarkmarkertemplate.html[CheckmarkMarkerTemplate]
|DataTemplate
|チェックマーク マーカー タイプのテンプレートを決定します。

| link:{DataChartLinkBase}.{DataChartBase}{ApiProp}circlemarkertemplate.html[CircleMarkerTemplate]
|DataTemplate
|円形マーカー タイプのテンプレートを決定します。
Expand Down Expand Up @@ -369,4 +377,4 @@ ifdef::wpf,win-universal[]
endif::wpf,win-universal[]

* link:datachart-series-types.html[シリーズ タイプ]
* link:datachart-series-requirements.html[シリーズ要件]
* link:datachart-series-requirements.html[シリーズ要件]
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