Jump to content
Software FX Community

Problem with DataView as DataSource


Werner Wolf

Recommended Posts

This works perfectly on my box:

 DataView dataView = new DataView(this.sfxSamplesDataSet.SampleFinancial1);

 DataView dataView = new DataView(this.sfxSamplesDataSet.SampleFinancial1);

dataView.RowFilter = "Field2 > 60";

chart1.DataSource = dataView;

1) Make sure you have the latest Service Pack.

2) If you still experience a problem please post a repro case.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...