menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CFInterpolationCurve - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CFInterpolationCurve

    Specifies one control point in the interpolation curve.

    Inheritance
    System.Object
    CFInterpolationCurve
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class CFInterpolationCurve

    Constructors

    CFInterpolationCurve()

    Default constructor.

    Declaration
    public CFInterpolationCurve()

    Properties

    CFVO

    CFVO.

    Declaration
    public CFVO CFVO { get; set; }
    Property Value
    Type
    CFVO

    NumDomain

    Specifies the numerical value of this control point.

    Declaration
    public double NumDomain { get; set; }
    Property Value
    Type
    System.Double

    Methods

    GetStoreSize(ExcelVersion)

    Size of the required storage space. Read-only.

    Declaration
    public int GetStoreSize(ExcelVersion version)
    Parameters
    Type Name Description
    ExcelVersion version
    Returns
    Type
    System.Int32

    ParseCFGradientInterp(DataProvider, Int32, ExcelVersion)

    Parse structure of template parameter. Converts data buffer to special values according to record specification.

    Declaration
    public int ParseCFGradientInterp(DataProvider provider, int iOffset, ExcelVersion version)
    Parameters
    Type Name Description
    DataProvider provider

    Object that provides access to the data.

    System.Int32 iOffset

    Offset to the record's data.

    ExcelVersion version

    Excel version used for infill.

    Returns
    Type
    System.Int32

    SerializeCFGradientInterp(DataProvider, Int32, ExcelVersion, Double, Boolean)

    In this method, class must pack all of its properties into an internal data array, m_data. This method is called by FillStream, when the record must be serialized into a stream.

    Declaration
    public int SerializeCFGradientInterp(DataProvider provider, int iOffset, ExcelVersion version, double numValue, bool isParsed)
    Parameters
    Type Name Description
    DataProvider provider

    Object that provides access to the data.

    System.Int32 iOffset

    Offset in the buffer.

    ExcelVersion version

    Excel version used for infill.

    System.Double numValue
    System.Boolean isParsed
    Returns
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved