Jump to content
Software FX Community

vijayanmsc

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by vijayanmsc

  1. 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;

×
×
  • Create New...