User (Legacy) Posted October 24, 2006 Report Posted October 24, 2006 I would like to manually set the min/max range on my Y-axis and seem to be running into a wall. I set AutoScale = False, ForceZero=False, and then set the min/max values. It still does not work. When I try to set the DataStyle to NoMinMax like: Chart1.DataSourceSettings.DataStyle = Chart1.DataSourceSettings.DataStyle AND SoftwareFx.ChartFX.DataStyle.NoMinMax I get a runtime error. Any help on this would be great. Thanks.
Software FX Posted October 24, 2006 Report Posted October 24, 2006 Please attach the code. Setting Min/.Max in the Y-Axis should be enough. Unless you are resetting it somewhere else. -- Francisco Padron www.chartfx.com
User (Legacy) Posted October 25, 2006 Author Report Posted October 25, 2006 Sorry, After searching through the code again I found a spot later on in the process where it was getting reset. Setting the Min/Max works just fine. "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:oE2ZBp39GHA.340@webserver3.softwarefx.com... > Please attach the code. > > Setting Min/.Max in the Y-Axis should be enough. Unless you are resetting > it somewhere else. > > -- > Francisco Padron > www.chartfx.com >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.