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

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

Public Properties

Property Type Description
TitleProperty Windows.UI.Xaml.DependencyProperty

Protected Methods

Method 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

Method Description
OnTitleChanged ( DependencyObject o, DependencyPropertyChangedEventArgs e ) : void

TitleProperty property changed callback.

Method Details

OnSeriesHostPropertyChanged() protected method

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.
return void

OnTitleChanged() protected method

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.
return void

Series() protected method

Initializes a new instance of the Series class.
protected Series ( ) : System
return System

Property Details

TitleProperty public_oe static_oe property

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