[]
        
(Showing Draft Content)

Data Context Binding

If you plan to have multiple properties bind to the same source then use the DataContext property. The DataContext property provides a convenient way to establish a data scope.

The C1Chart control uses the DataContext property as ItemsSource when the items source is not set. DataContext should be IEnumerable for using as items source.

See Also

Data Context as Array of Double

Data Context as Array of Point