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

Inheritance: Windows.UI.Xaml.FrameworkElement, ISeries, IRequireGlobalSeriesIndex
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Méthodes publiques

Свойство 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

Свойство 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

Méthodes publiques

Méthode Description
SeriesDefinition ( ) : WinRTXamlToolkit.Common

Initializes a new instance of the SeriesDefinition class.

Private Methods

Méthode 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 méthode

Initializes a new instance of the SeriesDefinition class.
public SeriesDefinition ( ) : WinRTXamlToolkit.Common
Résultat WinRTXamlToolkit.Common

Property Details

ActualDataPointStyleProperty public_oe static_oe property

Identifies the ActualDataPointStyle dependency property.
public static DependencyProperty,Windows.UI.Xaml ActualDataPointStyleProperty
Résultat Windows.UI.Xaml.DependencyProperty

ActualDataShapeStyleProperty public_oe static_oe property

Identifies the ActualDataShapeStyle dependency property.
public static DependencyProperty,Windows.UI.Xaml ActualDataShapeStyleProperty
Résultat Windows.UI.Xaml.DependencyProperty

ActualLegendItemStyleProperty public_oe static_oe property

Identifies the ActualDataPointStyle dependency property.
public static DependencyProperty,Windows.UI.Xaml ActualLegendItemStyleProperty
Résultat Windows.UI.Xaml.DependencyProperty

ActualTitleProperty public_oe static_oe property

Identifies the ActualTitle dependency property.
public static DependencyProperty,Windows.UI.Xaml ActualTitleProperty
Résultat Windows.UI.Xaml.DependencyProperty

DataPointStyleProperty public_oe static_oe property

Identifies the DataPointStyle dependency property.
public static DependencyProperty,Windows.UI.Xaml DataPointStyleProperty
Résultat Windows.UI.Xaml.DependencyProperty

DataShapeStyleProperty public_oe static_oe property

Identifies the DataShapeStyle dependency property.
public static DependencyProperty,Windows.UI.Xaml DataShapeStyleProperty
Résultat Windows.UI.Xaml.DependencyProperty

ItemsSourceProperty public_oe static_oe property

Identifies the ItemsSource dependency property.
public static DependencyProperty,Windows.UI.Xaml ItemsSourceProperty
Résultat Windows.UI.Xaml.DependencyProperty

LegendItemStyleProperty public_oe static_oe property

Identifies the LegendItemStyle dependency property.
public static DependencyProperty,Windows.UI.Xaml LegendItemStyleProperty
Résultat Windows.UI.Xaml.DependencyProperty

TitleProperty public_oe static_oe property

Identifies the Title dependency property.
public static DependencyProperty,Windows.UI.Xaml TitleProperty
Résultat Windows.UI.Xaml.DependencyProperty

TransitionDurationProperty public_oe static_oe property

Identifies the TransitionDuration dependency property.
public static DependencyProperty,Windows.UI.Xaml TransitionDurationProperty
Résultat Windows.UI.Xaml.DependencyProperty

TransitionEasingFunctionProperty public_oe static_oe property

Identifies the TransitionEasingFunction dependency property.
public static DependencyProperty,Windows.UI.Xaml TransitionEasingFunctionProperty
Résultat Windows.UI.Xaml.DependencyProperty