Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
Infragistic.win.ultrachart throwing exception-BinaryFormatter serialization and deserialization are disabled within this application. See https://aka.ms/binaryformatter for more information
posted

Hi,

My project is having  .Net framework 6.0 and i am using Infragistics.Win.UltraWinChart.UltraChart()   version :   17.2.20172.2006.Iam getting below error

BinaryFormatter serialization and deserialization are disabled within this application. See https://aka.ms/binaryformatter for more information.

Previously i am having .net4.8 framework then this was working but now i upgraded my project to .net frameowrk 6.0 and it started throwing error

Please let me know what will be the solution for this.

Parents Reply
  • 35
    Offline posted in reply to Divya Jain

    UltraChart styles and appearances.txt
    Infragistics.UltraChart.Resources.Appearance.CompositeLegend
    Infragistics.UltraChart.Resources.Appearance.PaintElement
    Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance
    Infragistics.UltraChart.Resources.Appearance.GradientEffect
    Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance
    Infragistics.UltraChart.Resources.Appearance.NumericSeries
    Infragistics.UltraChart.Resources.Appearance.CompositeChartAppearance
    Infragistics.UltraChart.Resources.Appearance.NumericDataPoint
    Infragistics.UltraChart.Resources.Appearance.XYSeries
    Infragistics.UltraChart.Resources.Appearance.XYDataPoint
    Infragistics.UltraChart.Resources.Appearance.ScatterChartAppearance
    Infragistics.UltraChart.Resources.Appearance.AxisLabelAppearance
    Infragistics.UltraChart.Resources.Appearance.AxisItem
    Infragistics.UltraChart.Resources.Appearance.ChartArea
    Infragistics.UltraChart.Resources.Appearance.LegendAppearance
    
    Infragistics.UltraChart.Shared.Styles.ChartType
    Infragistics.UltraChart.Shared.Styles.PaintElementType
    Infragistics.UltraChart.Shared.Styles.GradientStyle
    Infragistics.UltraChart.Shared.Styles.SymbolIcon
    Infragistics.UltraChart.Shared.Styles.SymbolIconSize
    Infragistics.UltraChart.Shared.Styles.AxisNumber
    Infragistics.UltraChart.Shared.Styles.AxisDataType
    Infragistics.UltraChart.Shared.Styles.NumericAxisType
    Infragistics.UltraChart.Shared.Styles.AxisRangeType
    Infragistics.UltraChart.Shared.Styles.AxisTickStyle
    Infragistics.UltraChart.Shared.Styles.TextOrientation
    Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors
    Infragistics.UltraChart.Shared.Styles.LegendLocation
    Infragistics.UltraChart.Shared.Styles.PieLabelFormat
    
    
    Infragistics.UltraChart.Data.Series.ISeries
    Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries
    Infragistics.UltraChart.Shared.Events.ChartDataInvalidEventArgs
    
    
     ultraChart1.TitleLeft
     ultraChart1.ResetTitleBottom()
     ultraChart1.ColorModel
     ultraChart1.ResetColorModel()
     ultraChart1.Tooltips
     ultraChart1.BorderStyle
     ultraChart1.PieChart.Labels.Format 
     ultraChart1.Data
     
     
     
    

    Hi Divya,

    Please refer attached file that we have used in UltraChart so same i want to use in UltraDataChart.

    Can you please tell me if you can easily find out which functions/APIS we can use for the same in the file itself.

    It is somehow difficult for me to find out because of the changes in properties/function names etc..

    Thanks in advance

Children