Skip to content

Document new WPF chart MarkerSize property across product docs and changelog#8

Open
Copilot wants to merge 6 commits into
mainfrom
copilot/add-marker-size-property
Open

Document new WPF chart MarkerSize property across product docs and changelog#8
Copilot wants to merge 6 commits into
mainfrom
copilot/add-marker-size-property

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 21, 2026

Adds documentation for the newly introduced chart-series MarkerSize property and propagates it through the current release documentation. This updates both English and Japanese content, including the current release changelog.

  • Product docs

    • Updated the xamDataChart styling-points topic to include MarkerSize alongside MarkerStyle
    • Clarified behavior for marker-capable MarkerSeries types:
      • explicit sizing in device-independent pixels
      • NaN to restore template/default sizing
      • BubbleSeries remains radius-driven
  • Release notes

    • Added MarkerSize to the current changelog enhancement entry in:
      • topics/en/changelog.adoc
      • topics/ja/changelog.ja-JP.adoc
    • Corrected the wording to describe device-independent pixels rather than absolute pixel size
  • Localization parity

    • Mirrored all relevant updates in Japanese to keep release and product documentation aligned
<ig:XamDataChart.Series>
    <ig:ScatterLineSeries
        MarkerType="Circle"
        MarkerSize="30" />
</ig:XamDataChart.Series>

Copilot AI linked an issue May 21, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add the new Marker size property to relevant topics Document new WPF chart MarkerSize property across product and release topics May 21, 2026
Copilot AI requested a review from gedinakova May 21, 2026 16:12
@gedinakova gedinakova requested a review from emiliano-luna May 21, 2026 16:49
@gedinakova gedinakova marked this pull request as ready for review May 26, 2026 21:28
@gedinakova
Copy link
Copy Markdown
Contributor

@copilot Delete the newly added what's new topics (both english and japanese) as they are no longer used.

Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 26, 2026

@copilot Delete the newly added what's new topics (both english and japanese) as they are no longer used.

Addressed in 10e3d17.

Copilot AI changed the title Document new WPF chart MarkerSize property across product and release topics Document new WPF chart MarkerSize property across product docs and changelog May 26, 2026
Comment thread topics/en/changelog.adoc Outdated
==== Charts

- Added OthersCategoryBrush and OthersCategoryOutline to DataPieChart
- Added `MarkerSize` to `MarkerSeries` so you can set an exact pixel width and height for markers on supported chart series and restore template sizing with `NaN`
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@copilot We should clarify that this sets device-independent pixels, not absolute pixel size. See this PR for reference. The docs were created with the old version that had an incorrect description.

https://github.com/Infragistics-Developer-Tools/dev-tools/pull/3485/changes#diff-6ffa07eb233cdb3c28af6c3a57699dd11433f54dd753f9bf151eca58ed0e6975R609

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Addressed in 77b1ca8.

(Applies to Series that inherits)
|Specifies a style for markers of a series that inherits link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.markerseries_members.html[MarkerSeries] class (for example, link:{ApiPlatform}controls.charts.xamdatachart{ApiVersion}~infragistics.controls.charts.lineseries_members.html[LineSeries]).

Use `MarkerSize` to set a uniform pixel width and height for markers on supported series, or set it to `NaN` to use the marker template's default size. `BubbleSeries` continues to use its radius-based sizing.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@copilot We should clarify that this sets device-independent pixels, not absolute pixel size. See this PR for reference. The docs were created with the old version that had an incorrect description.

https://github.com/Infragistics-Developer-Tools/dev-tools/pull/3485/changes#diff-6ffa07eb233cdb3c28af6c3a57699dd11433f54dd753f9bf151eca58ed0e6975R609

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Addressed in 77b1ca8.

Copilot AI requested a review from gedinakova May 27, 2026 14:33
@gedinakova gedinakova requested a review from jsakamotoIGJP May 29, 2026 08:26
Comment thread topics/en/changelog.adoc Outdated
==== Charts

- Added OthersCategoryBrush and OthersCategoryOutline to DataPieChart
- Added `MarkerSize` to `MarkerSeries` so you can set an exact width and height in device-independent pixels for markers on supported chart series and restore template sizing with `NaN`
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@copilot This Marker size is added in 26.1, we need a new revision.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Addressed in 1dbb784.

Copilot AI requested a review from gedinakova May 29, 2026 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add the new Marker size property

2 participants