We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. Please could you tell me if there is a way to enabled the "Smoothed Line" feature on a line graph. Thanks in advance.
The text was updated successfully, but these errors were encountered:
Good question, don't know. Please post a screen shot how you do that in the Excel UI.
Sorry, something went wrong.
I think, he means something like that.
It can be done in that way $chart = Add-ExcelChart ....... $chart.Series[0].Smooth = $true
$chart = Add-ExcelChart ....... $chart.Series[0].Smooth = $true
Thanks for the snippet!
No branches or pull requests
Hi.
Please could you tell me if there is a way to enabled the "Smoothed Line" feature on a line graph.
Thanks in advance.
The text was updated successfully, but these errors were encountered: