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

Наследование: Windows.UI.Xaml.FrameworkElement, ISeries, IRequireGlobalSeriesIndex
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
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

Свойство Тип Описание
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

Открытые методы

Метод Описание
SeriesDefinition ( ) : WinRTXamlToolkit.Common

Initializes a new instance of the SeriesDefinition class.

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

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

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

SeriesDefinition() публичный Метод

Initializes a new instance of the SeriesDefinition class.
public SeriesDefinition ( ) : WinRTXamlToolkit.Common
Результат WinRTXamlToolkit.Common

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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