Jump to content
Software FX Community

DataTpe method not available in chartfx7


vijayanmsc

Recommended Posts

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;

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...