C# Class WinRTXamlToolkit.Controls.DataVisualization.Charting.SeriesDefinition

Inheritance: Windows.UI.Xaml.FrameworkElement, ISeries, IRequireGlobalSeriesIndex
Show file Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Public Properties

Property Type Description
ActualDataPointStyleProperty Windows.UI.Xaml.DependencyProperty
ActualDataShapeStyleProperty Windows.UI.Xaml.DependencyProperty
ActualLegendItemStyleProperty Windows.UI.Xaml.DependencyProperty
ActualTitleProperty Windows.UI.Xaml.DependencyProperty
DataPointStyleProperty Windows.UI.Xaml.DependencyProperty
DataShapeStyleProperty Windows.UI.Xaml.DependencyProperty
ItemsSourceProperty Windows.UI.Xaml.DependencyProperty
LegendItemStyleProperty Windows.UI.Xaml.DependencyProperty
TitleProperty Windows.UI.Xaml.DependencyProperty
TransitionDurationProperty Windows.UI.Xaml.DependencyProperty
TransitionEasingFunctionProperty Windows.UI.Xaml.DependencyProperty

Private Properties

Property Type Description
IRequireGlobalSeriesIndex void
ItemsSourceCollectionChanged void
OnDataPointStyleChanged void
OnDataPointStyleChanged void
OnDataShapeStyleChanged void
OnDataShapeStyleChanged void
OnItemsSourceChanged void
OnItemsSourceChanged void
OnLegendItemStyleChanged void
OnLegendItemStyleChanged void
OnTitleChanged void
OnTitleChanged void
Reset void

Public Methods

Method Description
SeriesDefinition ( ) : WinRTXamlToolkit.Common

Initializes a new instance of the SeriesDefinition class.

Private Methods

Method Description
IRequireGlobalSeriesIndex ( int globalIndex ) : void

Handles changes to the global series index of the series definition.

ItemsSourceCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Handles the CollectionChanged event for the ItemsSource property.

OnDataPointStyleChanged ( DependencyObject o, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the DataPointStyle dependency property.

OnDataPointStyleChanged ( Style oldValue, Style newValue ) : void
OnDataShapeStyleChanged ( DependencyObject o, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the DataShapeStyle dependency property.

OnDataShapeStyleChanged ( Style oldValue, Style newValue ) : void
OnItemsSourceChanged ( DependencyObject o, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the ItemsSource dependency property.

OnItemsSourceChanged ( IEnumerable oldValue, IEnumerable newValue ) : void

Handles changes to the ItemsSource property.

OnLegendItemStyleChanged ( DependencyObject o, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the LegendItemStyle dependency property.

OnLegendItemStyleChanged ( Style oldValue, Style newValue ) : void
OnTitleChanged ( DependencyObject o, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the Title dependency property.

OnTitleChanged ( object oldValue, object newValue ) : void
Reset ( ) : void

Resets the display of the series definition.

Method Details

SeriesDefinition() public method

Initializes a new instance of the SeriesDefinition class.
public SeriesDefinition ( ) : WinRTXamlToolkit.Common
return WinRTXamlToolkit.Common

Property Details

ActualDataPointStyleProperty public static property

Identifies the ActualDataPointStyle dependency property.
public static DependencyProperty,Windows.UI.Xaml ActualDataPointStyleProperty
return Windows.UI.Xaml.DependencyProperty

ActualDataShapeStyleProperty public static property

Identifies the ActualDataShapeStyle dependency property.
public static DependencyProperty,Windows.UI.Xaml ActualDataShapeStyleProperty
return Windows.UI.Xaml.DependencyProperty

ActualLegendItemStyleProperty public static property

Identifies the ActualDataPointStyle dependency property.
public static DependencyProperty,Windows.UI.Xaml ActualLegendItemStyleProperty
return Windows.UI.Xaml.DependencyProperty

ActualTitleProperty public static property

Identifies the ActualTitle dependency property.
public static DependencyProperty,Windows.UI.Xaml ActualTitleProperty
return Windows.UI.Xaml.DependencyProperty

DataPointStyleProperty public static property

Identifies the DataPointStyle dependency property.
public static DependencyProperty,Windows.UI.Xaml DataPointStyleProperty
return Windows.UI.Xaml.DependencyProperty

DataShapeStyleProperty public static property

Identifies the DataShapeStyle dependency property.
public static DependencyProperty,Windows.UI.Xaml DataShapeStyleProperty
return Windows.UI.Xaml.DependencyProperty

ItemsSourceProperty public static property

Identifies the ItemsSource dependency property.
public static DependencyProperty,Windows.UI.Xaml ItemsSourceProperty
return Windows.UI.Xaml.DependencyProperty

LegendItemStyleProperty public static property

Identifies the LegendItemStyle dependency property.
public static DependencyProperty,Windows.UI.Xaml LegendItemStyleProperty
return Windows.UI.Xaml.DependencyProperty

TitleProperty public static property

Identifies the Title dependency property.
public static DependencyProperty,Windows.UI.Xaml TitleProperty
return Windows.UI.Xaml.DependencyProperty

TransitionDurationProperty public static property

Identifies the TransitionDuration dependency property.
public static DependencyProperty,Windows.UI.Xaml TransitionDurationProperty
return Windows.UI.Xaml.DependencyProperty

TransitionEasingFunctionProperty public static property

Identifies the TransitionEasingFunction dependency property.
public static DependencyProperty,Windows.UI.Xaml TransitionEasingFunctionProperty
return Windows.UI.Xaml.DependencyProperty