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

A dynamic series with axes and only one legend item and style for all data points.
상속: DataPointSeriesWithAxes, IRequireGlobalSeriesIndex
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GlobalSeriesIndexProperty Windows.UI.Xaml.DependencyProperty

보호된 프로퍼티들

프로퍼티 타입 설명
ActualDataPointStyleProperty Windows.UI.Xaml.DependencyProperty
ActualLegendItemStyleProperty Windows.UI.Xaml.DependencyProperty

Private Properties

프로퍼티 타입 설명
CreateLegendItemDataPoint void
DispensedResourcesChanging void
GetResourceDictionaryEnumeratorFromHost IEnumerator
OnGlobalSeriesIndexPropertyChanged void
OnGlobalSeriesIndexPropertyChanged void
SeriesHostResourceDictionariesChanged void

공개 메소드들

메소드 설명
GlobalSeriesIndexChanged ( int globalIndex ) : void

This method updates the global series index property.

보호된 메소드들

메소드 설명
DataPointSingleSeriesWithAxes ( ) : System

Initializes a new instance of the DataPointSingleSeriesWithAxes class.

OnDataPointStylePropertyChanged ( Style oldValue, Style newValue ) : void

DataPointStyleProperty property changed handler.

OnDataPointsChanged ( IList newDataPoints, IList oldDataPoints ) : void

Called after data points have been loaded from the items source.

OnLegendItemStylePropertyChanged ( Style oldValue, Style newValue ) : void

Called when the value of the LegendItemStyle property changes.

OnPlotAreaChanged ( Panel oldValue, Panel newValue ) : void

Insert grid containing data point used for legend item into the plot area.

OnSeriesHostPropertyChanged ( ISeriesHost oldValue, ISeriesHost newValue ) : void

When the series host property is set retrieves a style to use for all the data points.

OnTitleChanged ( object oldValue, object newValue ) : void

Called when the Title property changes.

PrepareDataPoint ( DataPoint dataPoint, object dataContext ) : void

Sets the style of the data point to the single style used for all data points.

비공개 메소드들

메소드 설명
CreateLegendItemDataPoint ( ) : void

Creates the LegendItem Control if conditions are right.

DispensedResourcesChanging ( ) : void

Processes the change of the DispensedResources property.

GetResourceDictionaryEnumeratorFromHost ( ) : IEnumerator
OnGlobalSeriesIndexPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

GlobalSeriesIndexProperty property changed handler.

OnGlobalSeriesIndexPropertyChanged ( int oldValue, int newValue ) : void
SeriesHostResourceDictionariesChanged ( object sender, EventArgs e ) : void

Handles the SeriesHost's ResourceDictionariesChanged event.

메소드 상세

DataPointSingleSeriesWithAxes() 보호된 메소드

Initializes a new instance of the DataPointSingleSeriesWithAxes class.
protected DataPointSingleSeriesWithAxes ( ) : System
리턴 System

GlobalSeriesIndexChanged() 공개 메소드

This method updates the global series index property.
public GlobalSeriesIndexChanged ( int globalIndex ) : void
globalIndex int The global index of the series.
리턴 void

OnDataPointStylePropertyChanged() 보호된 메소드

DataPointStyleProperty property changed handler.
protected OnDataPointStylePropertyChanged ( Style oldValue, Style newValue ) : void
oldValue Windows.UI.Xaml.Style Old value.
newValue Windows.UI.Xaml.Style New value.
리턴 void

OnDataPointsChanged() 보호된 메소드

Called after data points have been loaded from the items source.
protected OnDataPointsChanged ( IList newDataPoints, IList oldDataPoints ) : void
newDataPoints IList New active data points.
oldDataPoints IList Old inactive data points.
리턴 void

OnLegendItemStylePropertyChanged() 보호된 메소드

Called when the value of the LegendItemStyle property changes.
protected OnLegendItemStylePropertyChanged ( Style oldValue, Style newValue ) : void
oldValue Windows.UI.Xaml.Style Old value.
newValue Windows.UI.Xaml.Style New value.
리턴 void

OnPlotAreaChanged() 보호된 메소드

Insert grid containing data point used for legend item into the plot area.
protected OnPlotAreaChanged ( Panel oldValue, Panel newValue ) : void
oldValue Windows.UI.Xaml.Controls.Panel The old plot area.
newValue Windows.UI.Xaml.Controls.Panel The new plot area.
리턴 void

OnSeriesHostPropertyChanged() 보호된 메소드

When the series host property is set retrieves a style to use for all the data points.
protected OnSeriesHostPropertyChanged ( ISeriesHost oldValue, ISeriesHost newValue ) : void
oldValue ISeriesHost The old series host value.
newValue ISeriesHost The new series host value.
리턴 void

OnTitleChanged() 보호된 메소드

Called when the Title property changes.
protected OnTitleChanged ( object oldValue, object newValue ) : void
oldValue object Old value of the Title property.
newValue object New value of the Title property.
리턴 void

PrepareDataPoint() 보호된 메소드

Sets the style of the data point to the single style used for all data points.
protected PrepareDataPoint ( DataPoint dataPoint, object dataContext ) : void
dataPoint DataPoint The data point to apply the style to. ///
dataContext object The object associated with the data point. ///
리턴 void

프로퍼티 상세

ActualDataPointStyleProperty 보호되어 있는 정적으로 프로퍼티

Identifies the ActualDataPointStyle dependency property.
protected static DependencyProperty,Windows.UI.Xaml ActualDataPointStyleProperty
리턴 Windows.UI.Xaml.DependencyProperty

ActualLegendItemStyleProperty 보호되어 있는 정적으로 프로퍼티

Identifies the ActualLegendItemStyle dependency property.
protected static DependencyProperty,Windows.UI.Xaml ActualLegendItemStyleProperty
리턴 Windows.UI.Xaml.DependencyProperty

GlobalSeriesIndexProperty 공개적으로 정적으로 프로퍼티

Identifies the GlobalSeriesIndex dependency property.
public static DependencyProperty,Windows.UI.Xaml GlobalSeriesIndexProperty
리턴 Windows.UI.Xaml.DependencyProperty