C# Класс WinRTXamlToolkit.Controls.DataVisualization.Charting.Series

Represents a control that contains a data series.
Наследование: Windows.UI.Xaml.Controls.Control, ISeries, IRequireSeriesHost
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
TitleProperty Windows.UI.Xaml.DependencyProperty

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
OnTitleChanged ( DependencyObject o, DependencyPropertyChangedEventArgs e ) : void

TitleProperty property changed callback.

Описание методов

OnSeriesHostPropertyChanged() защищенный Метод

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.
Результат void

OnTitleChanged() защищенный Метод

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.
Результат void

Series() защищенный Метод

Initializes a new instance of the Series class.
protected Series ( ) : System
Результат System

Описание свойств

TitleProperty публичное статическое свойство

Identifies the Title dependency property.
public static DependencyProperty,Windows.UI.Xaml TitleProperty
Результат Windows.UI.Xaml.DependencyProperty