Skip to content

Documentation improvements for UWP Charts code alignment and formatting updates#984

Open
AswiniDileep wants to merge 7 commits into
hotfix/hotfix-v34.1.29from
UWP-1038328-UG-Improvements
Open

Documentation improvements for UWP Charts code alignment and formatting updates#984
AswiniDileep wants to merge 7 commits into
hotfix/hotfix-v34.1.29from
UWP-1038328-UG-Improvements

Conversation

@AswiniDileep

@AswiniDileep AswiniDileep commented Jul 8, 2026

Copy link
Copy Markdown

Updated UG Improvements for Charts:

Task-1039617 - Updated UG improvements for UWP chart control.

Code alignment and code formatting in all files.

md file name Before improvements After improvement
Getting-Started.md Multiple grammar issues, incorrect API links, VB property mismatch, inaccurate tooltip behavior, unclear comments Grammar corrected, API references fixed, VB code aligned with ViewModel, tooltip description corrected, comments clarified
Series.md Broken XAML, missing chart.Series.Add(), missing bindings, BubbleSeries mismatch, grammar issues XAML fixed, required series addition added, bindings completed, BubbleSeries aligned with XAML, text corrected
Axis.md Curly quotes, punctuation/spaces issues, readability problems Valid XAML syntax, corrected spacing and punctuation, improved readability
Vertical-Charts.md XAML/C# mismatches, invalid quotes, property case mismatch, unclear description XAML and C# aligned, valid syntax, correct property names, clearer documentation
Trendlines.md Incorrect class name, truncated code, grammar errors Correct class name, compilable code sample, grammar fixed
ErrorBar.md Undeclared variable used in multiple snippets Correct variable usage across all code examples
ScaleBreaks.md Wrong platform metadata and grammar issues Correct UWP platform metadata and improved content accuracy
Add-custom-labels-to-track-ball-behavior.md Incorrect platform metadata Updated to correct UWP platform
Print-the-SfChart.md Incorrect platform metadata Updated to correct UWP platform
Transform-axis-value...md Incorrect platform metadata Updated to correct UWP platform
Add-range-of-points-dynamically.md Inconsistent platform casing Standardized platform casing (uwp)
Striplines.md XAML/C# value mismatch, swapped Start/Width values, grammar issues Values aligned between XAML and C#, properties corrected, grammar fixed
Interactive-Features.md Incorrect platform references, invalid XAML attributes, empty section, grammar issues Correct UWP references, valid XAML syntax, removed orphan section, improved wording
Adornments.md Missing marker configuration and grammar issues Added ShowMarker support and improved documentation clarity
Annotations.md Incorrect Y1/Y2 values and improper markdown formatting Correct annotation values and proper markdown headings
EmptyPoints.md Missing tabs wrapper and grammar issues Consistent tab structure and corrected grammar
Exporting.md Incorrect static-style API usage Correct instance-based API usage implemented
Legend.md Broken XAML closing tag and grammar issues Valid XAML syntax and improved documentation text
Performance.md Repetitive wording and grammar issues More concise, readable content with grammar corrections
Sorting.md Conflicting settings, incorrect headings, grammar issues Corrected configuration, aligned headings, improved grammar
Area.md Comma splice and awkward phrasing Improved sentence structure and readability
3D-Charts.md Unrealistic sample timestamps, grammar issues, missing prerequisite guidance Realistic sample data, improved wording, added developer guidance note
Watermark.md Unclear wording and missing image setup guidance Clearer explanation and added image configuration note

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

Build Status: INPROGRESS 🔃
Build Location: UWP-1038328-UG-Improvements

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

CI Status: FAILURE ❌
Source Compilation: SUCCESS ✅
Failure Reason: CI Failure with violation
Build Location: UWP-1038328-UG-Improvements
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter Error(s): 5
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0
MD Tag Validation Error(s): 0

@DhanarajRajendran DhanarajRajendran left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Approve the current changes.

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

Build Status: INPROGRESS 🔃
Build Location: UWP-1038328-UG-Improvements

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

CI Status: SUCCESS ✅
Source Compilation: SUCCESS ✅
Build Location: UWP-1038328-UG-Improvements
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0
MD Tag Validation Error(s): 0

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

Build Status: INPROGRESS 🔃
Build Location: UWP-1038328-UG-Improvements

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

CI Status: SUCCESS ✅
Source Compilation: SUCCESS ✅
Build Location: UWP-1038328-UG-Improvements
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0
MD Tag Validation Error(s): 0

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

Build Status: INPROGRESS 🔃
Build Location: UWP-1038328-UG-Improvements

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

CI Status: SUCCESS ✅
Source Compilation: SUCCESS ✅
Build Location: UWP-1038328-UG-Improvements
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0
MD Tag Validation Error(s): 0

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

Build Status: INPROGRESS 🔃
Build Location: UWP-1038328-UG-Improvements

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

CI Status: SUCCESS ✅
Source Compilation: SUCCESS ✅
Build Location: UWP-1038328-UG-Improvements
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0
MD Tag Validation Error(s): 0

@AswiniDileep AswiniDileep changed the title Charts UG Improvements UG Improvements including code alignment and formatting for UWP Charts Jul 10, 2026
@AswiniDileep AswiniDileep changed the title UG Improvements including code alignment and formatting for UWP Charts Documentation improvements for UWP Charts code alignment and formatting updates Jul 10, 2026
Comment thread uwp/Charts/3D-Charts.md
Comment thread uwp/Charts/Annotations.md
Comment thread uwp/Charts/Getting-Started.md Outdated
Comment thread uwp/Charts/Interactive-Features.md

@Priyadharshini4862 Priyadharshini4862 left a comment

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.

@AswiniDileep , Address the review suggestions

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

Build Status: INQUEUE 🕒
Build Location: UWP-1038328-UG-Improvements

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

Build Status: INPROGRESS 🔃
Build Location: UWP-1038328-UG-Improvements

@AswiniDileep

Copy link
Copy Markdown
Author

@AswiniDileep , Address the review suggestions

Addressed review suggestions.

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

CI Status: FAILURE ❌
Source Compilation: SUCCESS ✅
Failure Reason: CI Failure with violation
Build Location: UWP-1038328-UG-Improvements
Technical Error(s): 0
Spelling Error(s): 4
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0
MD Tag Validation Error(s): 0

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

Build Status: INPROGRESS 🔃
Build Location: UWP-1038328-UG-Improvements

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

CI Status: SUCCESS ✅
Source Compilation: SUCCESS ✅
Build Location: UWP-1038328-UG-Improvements
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0
MD Tag Validation Error(s): 0

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.

4 participants