Jump to content
Software FX Community

scroll bar disappears


User (Legacy)

Recommended Posts

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

Archived

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

×
×
  • Create New...