I want to use the chart control. I have the data in a recordset which i need to show in Chart.
can anybody help me

try this sample code

RsChart.Open SqlCatagoryOtherChart, con, adOpenForwardOnly, adLockReadOnly
Set MSChart1.DataSource = RsChart
RsChart.Close
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.