vijayanmsc Posted January 14, 2012 Report Share Posted January 14, 2012 Hi, im in the process of converting the chartfx version 6 to 7 and i am facing issue on the below code while converting. i couldnt find DataType property in CrosstabDataProvider(). please help me to convert below code in to chartfx 7 supportable. Thanks in advance. cfxCT = new ChartFX.WebForms.DataProviders.CrosstabDataProvider(); cfxCT.DataType[0] = SoftwareFX.ChartFX.Data.CrosstabDataType.ColumnHeading; cfxCT.DataType[1] = SoftwareFX.ChartFX.Data.CrosstabDataType.RowHeading; cfxCT.DataType[2] = SoftwareFX.ChartFX.Data.CrosstabDataType.Value; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.