Search found 2 matches

Return

by davidc
Wed Oct 18, 2017 2:56 pm
Jump to forum
Jump to topic

Re: UI functionality questions

Hello and thank you for trying PowerShell Studio. There are a few differences between PowerShell Studio and the ISE that you should be aware of. 1. PowerShell Studio always runs the script in a new runspace to clear out the session. This ensures the script doesn't have any dependences on modified st...
by davidc
Mon Oct 29, 2018 8:26 am
Jump to forum
Jump to topic

Re: My ugly chart

I recommend looking at the X axis and Y axis settings. There you can specify a minimum and max value for the chart's X and Y axis, which you can modify via ChartArea->Axes in the designer:
Chart Area Axis Settings.png