[]
        
(Showing Draft Content)

C1.WPF.C1Chart.ChartData

ChartData Class

Main class of data handling, contains collection of data series.

Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public class ChartData : FrameworkContentElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, INotifyPropertyChanged

Constructors

Name Description
ChartData()

Fields

Name Description
ItemNamesProperty

Identifies the ItemNames dependency property.

ItemsSourceProperty

Identifies the ItemsSource dependency property.

LoadAnimationProperty

Identifies the LoadAnimation dependency property.

RendererProperty

Identifies the Renderer dependency property.

SelectionActionProperty

Using a DependencyProperty as the backing store for SelectionAction. This enables animation, styling, binding, etc...

SeriesItemTemplateProperty

Using a DependencyProperty as the backing store for SeriesItemTemplate.

SeriesItemsSourceProperty

Using a DependencyProperty as the backing store for SeriesItemsSource. This enables animation, styling, binding, etc...

StylesProperty

Identifies the Styles dependency property.

Properties

Name Description
Children

Gets the collection of data series.

ItemNameBinding

Gets or sets the item name binding.

ItemNames

Gets or sets the item names.

ItemsSource

Gets or sets the items source.

LoadAnimation

Gets or sets the animation for plot element loading.

SelectionAction

Gets or sets the action which is used for plot element selection.

SeriesItemTemplate

Gets or sets the series item template.

SeriesItemsSource

Gets or sets the series items source.

Styles

Gets or sets the style resources for the data object.

Methods

Name Description
OnItemsSourceChanged(DependencyPropertyChangedEventArgs)

Called after items source was changed.

OnPropertyChanged(DependencyPropertyChangedEventArgs)

Invoked when dependency property was changed.

OnRendererChanged(DependencyPropertyChangedEventArgs)

Called after renderer was changed.

Events

Name Description
DataChanged

Fires when data was changed.