C# 클래스 WinRTXamlToolkit.Controls.DataVisualization.Charting.SeriesDefinition

상속: Windows.UI.Xaml.FrameworkElement, ISeries, IRequireGlobalSeriesIndex
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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