Skip to content

Chart Title Setter#1122

Merged
ashahabov merged 3 commits intoShapeCrawler:masterfrom
Hasan-75:feature/chart-title-setter
Sep 20, 2025
Merged

Chart Title Setter#1122
ashahabov merged 3 commits intoShapeCrawler:masterfrom
Hasan-75:feature/chart-title-setter

Conversation

@Hasan-75
Copy link
Contributor

This will resolve issue #50 (Update chart title).

Requirement

Allow users to update chart title text.

Description

A setter is added for the Title property in IChart.
Usage example:

var pres = new Presentation(expandableStream);
var chart = pres.Slide(1).Shape(2).Chart;

// To add/update the title text
chart.Title = "Some title text";

// To remove the title
chart.Title = null;

@sonarqubecloud
Copy link

@Hasan-75 Hasan-75 mentioned this pull request Sep 19, 2025
6 tasks
@ashahabov ashahabov merged commit a0d85e6 into ShapeCrawler:master Sep 20, 2025
3 checks passed
@ashahabov ashahabov added this to v1 Sep 20, 2025
@ashahabov ashahabov moved this to Refactoring in v1 Sep 20, 2025
@ashahabov ashahabov removed the status in v1 Nov 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

No open projects
Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants