ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / HighLowOpenCloseSeries Class / AggregateGroupSelector Property


In This Topic
    AggregateGroupSelector Property (HighLowOpenCloseSeries)
    In This Topic
    Gets or sets the aggregate group selector.
    Syntax
    'Declaration
     
    
    Public Property AggregateGroupSelector As AggregateGroupSelector
    'Usage
     
    
    Dim instance As HighLowOpenCloseSeries
    Dim value As AggregateGroupSelector
     
    instance.AggregateGroupSelector = value
     
    value = instance.AggregateGroupSelector
    public AggregateGroupSelector AggregateGroupSelector {get; set;}
    See Also