User (Legacy) Posted November 15, 2002 Report Posted November 15, 2002 I am generating an XY graph and in my code I set the values for 'myChart.YAxis.Min' and Max (same for X axis), as well as the 'myChart.YAxis.Autoscale' = False property, yet when the graph renders it seems to autoscale the Y axis. Has anyone see this behavior?
Software FX Posted November 16, 2002 Report Posted November 16, 2002 The DataSourceSettings.DataStyle property controls whether or not the Min and Max are to be reset when binding the chart to a data source. Turn on DataStyle.NoMinMax flag to prevent the Min and Max from being calculated. -- FP Software FX, Inc.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.