2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart.DataBinding Namespace / DataBindingFlags Enumeration

In This Topic
    DataBindingFlags Enumeration
    In This Topic
    Specifies flags that control binding and the way in which the search for members and types is conducted by reflection.
    Syntax
    'Declaration
     
    Public Enum DataBindingFlags 
       Inherits System.Enum
    public enum DataBindingFlags : System.Enum 
    Members
    MemberDescription
    DefaultSpecifies that no binding flags are defined.
    KeepDataKeep data for the C1.Win.C1Chart.ChartDataSeriesCollection for the current ChartGroup.
    SingleSeriesCreates a new C1.Win.C1Chart.ChartDataSeries and appends it to the collection where the X values of the series are automatically set to their index value.
    UseSecongGroupUse the second C1.Win.C1Chart.ChartGroup which contains information related to data values and appearance.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.DataBinding.DataBindingFlags

    See Also