Skip to content

Commit 3cdf6ef

Browse files
Copilotgedinakova
andauthored
Clarify MarkerSize uses device-independent pixels
Agent-Logs-Url: https://github.com/Infragistics/docs-win-forms/sessions/1728f219-01eb-4e28-baa7-bd199929a1ba Co-authored-by: gedinakova <16817847+gedinakova@users.noreply.github.com>
1 parent 6a1b43f commit 3cdf6ef

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

topics/en/changelog.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This topic contains the following sections:
2929

3030
==== Charts
3131

32-
- Added a new `MarkerSize` property to chart series that support markers so you can set the marker width and height to an exact pixel size.
32+
- 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.
3333

3434
- Setting `MarkerSize` to `NaN` restores the default template-driven marker size, and the property also applies when using lightweight markers.
3535

topics/en/whats-new-in-2026-volume-1.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
=== Chart Marker Size
1313

14-
The link:{DataChartLink}.{DataChartName}.html[{DataChartName}] now supports a new `MarkerSize` property on series that render markers. This property lets you set an exact square marker size in pixels without changing the marker template.
14+
The link:{DataChartLink}.{DataChartName}.html[{DataChartName}] now supports a new `MarkerSize` property on series that render markers. This property lets you set an exact square marker size in device-independent pixels without changing the marker template.
1515

1616
You can use `MarkerSize` to:
1717

topics/ja/changelog.ja-JP.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
==== チャート
3131

32-
- マーカーを表示するチャート シリーズに新しい `MarkerSize` プロパティが追加され、マーカーの幅と高さをピクセル単位で正確に設定できるようになりました
32+
- マーカーを表示するチャート シリーズに新しい `MarkerSize` プロパティが追加され、マーカーの幅と高さをデバイス独立ピクセル単位で正確に設定できるようになりました
3333

3434
- `MarkerSize` を `NaN` に設定すると、テンプレートに基づく既定のマーカー サイズに戻ります。また、このプロパティは軽量マーカーの使用時にも適用されます。
3535

topics/ja/whats-new-in-2026-volume-1.ja-JP.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
=== チャートのマーカー サイズ
1313

14-
link:{DataChartLink}.{DataChartName}.html[{DataChartName}] では、マーカーを描画するシリーズで新しい `MarkerSize` プロパティがサポートされるようになりました。このプロパティを使用すると、マーカー テンプレートを変更せずに、正方形のマーカー サイズをピクセル単位で正確に設定できます
14+
link:{DataChartLink}.{DataChartName}.html[{DataChartName}] では、マーカーを描画するシリーズで新しい `MarkerSize` プロパティがサポートされるようになりました。このプロパティを使用すると、マーカー テンプレートを変更せずに、正方形のマーカー サイズをデバイス独立ピクセル単位で正確に設定できます
1515

1616
`MarkerSize` は次の用途に使用できます。
1717

0 commit comments

Comments
 (0)