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

Represents a control that contains a data series.
Inheritance: Windows.UI.Xaml.Controls.Control, ISeries, IRequireSeriesHost
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Свойство Type Description
TitleProperty Windows.UI.Xaml.DependencyProperty

Méthodes protégées

Méthode Description
OnSeriesHostPropertyChanged ( ISeriesHost oldValue, ISeriesHost newValue ) : void

Called when the value of the SeriesHost property changes.

OnTitleChanged ( object oldValue, object newValue ) : void

Called when the Title property changes.

Series ( ) : System

Initializes a new instance of the Series class.

Private Methods

Méthode Description
OnTitleChanged ( DependencyObject o, DependencyPropertyChangedEventArgs e ) : void

TitleProperty property changed callback.

Method Details

OnSeriesHostPropertyChanged() protected méthode

Called when the value of the SeriesHost property changes.
protected OnSeriesHostPropertyChanged ( ISeriesHost oldValue, ISeriesHost newValue ) : void
oldValue ISeriesHost The value to be replaced.
newValue ISeriesHost The new series host value.
Résultat void

OnTitleChanged() protected méthode

Called when the Title property changes.
protected OnTitleChanged ( object oldValue, object newValue ) : void
oldValue object The old value of the Title property.
newValue object The new value of the Title property.
Résultat void

Series() protected méthode

Initializes a new instance of the Series class.
protected Series ( ) : System
Résultat System

Property Details

TitleProperty public_oe static_oe property

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