combit List & Label 29 - .NET Help
combit.Reporting Namespace / ChartFieldCollection Class
Properties Methods

In This Topic
    ChartFieldCollection Class Members
    In This Topic

    The following tables list the members exposed by ChartFieldCollection.

    Public Constructors
    Public Properties
     NameDescription
    Public Property (Inherited from combit.Reporting.ElementBaseCollection)
    Public Property (Inherited from ElementBaseCollection)
    Public Property (Inherited from ElementBaseCollection)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. 

    Adds a string value to the collection. Please note that this has only an effect in the databound mode if it is called from one of the events AutoDefineNewPage or AutoDefineNewLine.

    (Inherited from combit.Reporting.ElementBaseCollection)
    Public MethodOverloaded.  (Inherited from ElementBaseCollection)
    Public MethodOverloaded.  (Inherited from ElementBaseCollection)
    Public MethodOverloaded. Adds all fields from the passed DataTable to the chart fields collection.  
    Public MethodOverloaded.  (Inherited from ElementBaseCollection)
    Public MethodOverloaded. Adds all fields from the passed IEnumerable interface to the chart fields collection.  
    Public Method

    The API function LlDefineVariableExtHandle is represented by the AddFromHandle method. Here, you can pass a handle in the form of an IntPtr. It is also possible to determine the description of the desired data type. Generally, it is the LlFieldType.Drawing_hBitmap.

    Remark: This method should be used only in special situations, such as connecting with Win32 API, if, for example, a component with unmanaged code delivers such a handle. In other cases, you can directly enter the respective Bitmap. The basic abstract class Image also supports a static method FromHBitmap, with the help of which an instance of the Bitmap class can be indicated on the basis of a handle.

    (Inherited from ElementBaseCollection)
    Public MethodOverloaded.  (Inherited from ElementBaseCollection)
    Public MethodOverloaded. Transfers an object with its properties as fields or variables to List & Label. (Inherited from ElementBaseCollection)
    Public MethodOverloaded.  (Inherited from ElementBaseCollection)
    Public MethodOverloaded.  (Inherited from ElementBaseCollection)
    Public MethodOverridden.   
    Public Method (Inherited from ElementBaseCollection)
    Public Method (Inherited from ElementBaseCollection)
    Public MethodOverridden. Returns an ElementBaseEnumerator that contains all chart fields.  
    Public Method (Inherited from ElementBaseCollection)
    Top
    See Also