Jump to content
Software FX Community

XY graph autoscale - does it work?


User (Legacy)

Recommended Posts

Posted

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?

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...