Property | Type | Description | |
---|---|---|---|
GlobalSeriesIndexProperty |
Property | Type | Description | |
---|---|---|---|
ActualDataPointStyleProperty | |||
ActualLegendItemStyleProperty |
Property | Type | Description | |
---|---|---|---|
CreateLegendItemDataPoint | void | ||
DispensedResourcesChanging | void | ||
GetResourceDictionaryEnumeratorFromHost | IEnumerator |
||
OnGlobalSeriesIndexPropertyChanged | void | ||
OnGlobalSeriesIndexPropertyChanged | void | ||
SeriesHostResourceDictionariesChanged | void |
Method | Description | |
---|---|---|
GlobalSeriesIndexChanged ( int globalIndex ) : void |
This method updates the global series index property.
|
Method | Description | |
---|---|---|
DataPointSingleSeriesWithAxes ( ) : System |
Initializes a new instance of the DataPointSingleSeriesWithAxes class.
|
|
OnDataPointStylePropertyChanged ( |
DataPointStyleProperty property changed handler.
|
|
OnDataPointsChanged ( IList |
Called after data points have been loaded from the items source.
|
|
OnLegendItemStylePropertyChanged ( |
Called when the value of the LegendItemStyle property changes.
|
|
OnPlotAreaChanged ( |
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 ( |
Sets the style of the data point to the single style used for all data points.
|
Method | Description | |
---|---|---|
CreateLegendItemDataPoint ( ) : void |
Creates the LegendItem Control if conditions are right.
|
|
DispensedResourcesChanging ( ) : void |
Processes the change of the DispensedResources property.
|
|
GetResourceDictionaryEnumeratorFromHost ( ) : IEnumerator |
||
OnGlobalSeriesIndexPropertyChanged ( |
GlobalSeriesIndexProperty property changed handler.
|
|
OnGlobalSeriesIndexPropertyChanged ( int oldValue, int newValue ) : void | ||
SeriesHostResourceDictionariesChanged ( object sender, |
Handles the SeriesHost's ResourceDictionariesChanged event.
|
protected DataPointSingleSeriesWithAxes ( ) : System | ||
return | System |
public GlobalSeriesIndexChanged ( int globalIndex ) : void | ||
globalIndex | int | The global index of the series. |
return | void |
protected OnDataPointStylePropertyChanged ( |
||
oldValue | Old value. | |
newValue | New value. | |
return | void |
protected OnDataPointsChanged ( IList |
||
newDataPoints | IList |
New active data points. |
oldDataPoints | IList |
Old inactive data points. |
return | void |
protected OnLegendItemStylePropertyChanged ( |
||
oldValue | Old value. | |
newValue | New value. | |
return | void |
protected OnPlotAreaChanged ( |
||
oldValue | The old plot area. | |
newValue | The new plot area. | |
return | void |
protected OnSeriesHostPropertyChanged ( ISeriesHost oldValue, ISeriesHost newValue ) : void | ||
oldValue | ISeriesHost | The old series host value. |
newValue | ISeriesHost | The new series host value. |
return | void |
protected OnTitleChanged ( object oldValue, object newValue ) : void | ||
oldValue | object | Old value of the Title property. |
newValue | object | New value of the Title property. |
return | void |
protected PrepareDataPoint ( |
||
dataPoint | The data point to apply the style to. /// | |
dataContext | object | The object associated with the data point. /// |
return | void |
protected static DependencyProperty,Windows.UI.Xaml ActualDataPointStyleProperty | ||
return |
protected static DependencyProperty,Windows.UI.Xaml ActualLegendItemStyleProperty | ||
return |