ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / BubbleSeries Class / AutoGenerated Property


In This Topic
    AutoGenerated Property (BubbleSeries)
    In This Topic
    Gets the value that indicates whether the data series was generated automatically.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AutoGenerated As Boolean
    'Usage
     
    
    Dim instance As BubbleSeries
    Dim value As Boolean
     
    value = instance.AutoGenerated
    public bool AutoGenerated {get;}
    See Also