User (Legacy) Posted April 16, 2001 Report Share Posted April 16, 2001 I am trying to display a chart with a scroll bar. if I set some of the chart properties the scroll bar disappears. What am I doing wrong. For eample if I include either if these lines the scroll bar disappears: ChartFX1.Style = ChartFX1.Style And Not CS_SCROLLBARS ChartFX1.Scrollable = True The chart property for Scrollable = T After the following is executed the scroll bar disappears: Adodc1.RecordSource = "SELECT TotalGrpMilkProd,PTimestamp from fsProd WHERE GIndex = " & rptgroup_selected & " order BY PINDEX ASC" Adodc1.Refresh The FXChart DataSourceADO = Adodc1. THanks Karen Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.