Document new WPF chart MarkerSize property across product docs and changelog#8
Open
Copilot wants to merge 6 commits into
Open
Document new WPF chart MarkerSize property across product docs and changelog#8Copilot wants to merge 6 commits into
MarkerSize property across product docs and changelog#8Copilot wants to merge 6 commits into
Conversation
Copilot
AI
changed the title
[WIP] Add the new Marker size property to relevant topics
Document new WPF chart May 21, 2026
MarkerSize property across product and release topics
Contributor
|
@copilot Delete the newly added what's new topics (both english and japanese) as they are no longer used. |
Contributor
Author
Copilot
AI
changed the title
Document new WPF chart
Document new WPF chart May 26, 2026
MarkerSize property across product and release topicsMarkerSize property across product docs and changelog
gedinakova
requested changes
May 27, 2026
| ==== 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` |
Contributor
There was a problem hiding this comment.
@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.
| (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. |
Contributor
There was a problem hiding this comment.
@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.
gedinakova
requested changes
May 29, 2026
| ==== 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` |
gedinakova
approved these changes
May 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds documentation for the newly introduced chart-series
MarkerSizeproperty and propagates it through the current release documentation. This updates both English and Japanese content, including the current release changelog.Product docs
MarkerSizealongsideMarkerStyleMarkerSeriestypes:NaNto restore template/default sizingBubbleSeriesremains radius-drivenRelease notes
MarkerSizeto the current changelog enhancement entry in:topics/en/changelog.adoctopics/ja/changelog.ja-JP.adocLocalization parity