Search found 3 matches

Return

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
by jvierra
Fri Dec 24, 2021 11:32 am
Jump to forum
Jump to topic

Re: Cell painting Efficiency

It is the only correct way to do this. Any other way leads to advanced coding issues. In the end it depends on what you are trying to accomplish. In WinForms efficiency is built in if you follow the rules and understand how forms are intended to work. Events expose methods and properties that are sp...