Свойство | Тип | Описание | |
---|---|---|---|
PaletteProperty |
Свойство | Тип | Описание | |
---|---|---|---|
ConvertRatioOfRotationToPoint | Point | ||
OnPalettePropertyChanged | void | ||
OnPalettePropertyChanged | void | ||
OnPieDataPointActualOffsetRatioChanged | void | ||
OnPieDataPointActualRatioChanged | void | ||
OnPieDataPointOffsetRatioChanged | void | ||
OnPieDataPointRatioChanged | void | ||
SeriesHostResourceDictionariesChanged | void | ||
UpdateLegendItemIndexes | void | ||
UpdatePieDataPointGeometry | void | ||
UpdateRatios | void |
Метод | Описание | |
---|---|---|
GetResourceDictionariesWhere ( bool>.Func |
Returns a rotating enumerator of ResourceDictionary objects that coordinates with the dispenser object to ensure that no two enumerators are on the same item. If the dispenser is reset or its collection is changed then the enumerators are also reset.
|
|
GlobalSeriesIndexChanged ( int globalIndex ) : void |
This method updates the global series index property.
|
|
PieSeries ( ) : System |
Initializes a new instance of the PieSeries class.
|
Метод | Описание | |
---|---|---|
AddDataPoint ( |
Creates a legend item for each data point.
|
|
AttachEventHandlersToDataPoint ( |
Attach event handlers to a data point.
|
|
CreateDataPoint ( ) : |
Creates a data point.
|
|
CreatePieLegendItem ( |
Creates a legend item from a data point.
|
|
DetachEventHandlersFromDataPoint ( |
Detaches event handlers from a data point.
|
|
OnBeforeUpdateDataPoints ( ) : void |
Updates all ratios before data points are updated.
|
|
OnDataPointDependentValueChanged ( |
Updates the data point when the dependent value is changed.
|
|
OnDataPointIndependentValueChanged ( |
Updates the data point when the independent value is changed.
|
|
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.
|
|
OnResourceDictionariesChanged ( |
Invokes the ResourceDictionariesChanged event.
|
|
OnSeriesHostPropertyChanged ( ISeriesHost oldValue, ISeriesHost newValue ) : void |
Called when the value of the SeriesHost property changes.
|
|
RemoveDataPoint ( |
Removes data point's legend item when the data point is removed.
|
|
UpdateDataPoint ( |
Updates a data point.
|
Метод | Описание | |
---|---|---|
ConvertRatioOfRotationToPoint ( double ratio, double radiusX, double radiusY ) : Point |
Accepts a ratio of a full rotation, the x and y length and returns the 2D point using trigonometric functions.
|
|
OnPalettePropertyChanged ( Collection |
PaletteProperty property changed handler.
|
|
OnPalettePropertyChanged ( |
PaletteProperty property changed handler.
|
|
OnPieDataPointActualOffsetRatioChanged ( object sender, RoutedPropertyChangedEventArgs |
Updates the data point when the pie data point's actual offset ratio is changed.
|
|
OnPieDataPointActualRatioChanged ( object sender, RoutedPropertyChangedEventArgs |
Updates the data point when the pie data point's actual ratio is changed.
|
|
OnPieDataPointOffsetRatioChanged ( object sender, RoutedPropertyChangedEventArgs |
Updates the data point when the pie data point's offset ratio is changed.
|
|
OnPieDataPointRatioChanged ( object sender, RoutedPropertyChangedEventArgs |
Updates the data point when the pie data point's ratio is changed.
|
|
SeriesHostResourceDictionariesChanged ( object sender, |
Handles the SeriesHost's ResourceDictionariesChanged event.
|
|
UpdateLegendItemIndexes ( ) : void |
Updates the indexes of all legend items when a change is made to the collection.
|
|
UpdatePieDataPointGeometry ( |
Updates the PieDataPoint's Geometry property.
|
|
UpdateRatios ( ) : void |
Updates the ratios of each data point.
|
protected AddDataPoint ( |
||
dataPoint | The data point added. | |
Результат | void |
protected AttachEventHandlersToDataPoint ( |
||
dataPoint | The data point. | |
Результат | void |
protected CreatePieLegendItem ( |
||
dataPoint | The data point to use to create the legend item. | |
index | int | The 1-based index of the Control. |
Результат |
protected DetachEventHandlersFromDataPoint ( |
||
dataPoint | The data point. | |
Результат | void |
public GetResourceDictionariesWhere ( bool>.Func |
||
predicate | bool>.Func | A predicate that returns a value indicating /// whether to return an item. |
Результат | IEnumerator |
public GlobalSeriesIndexChanged ( int globalIndex ) : void | ||
globalIndex | int | The global index of the series. |
Результат | void |
protected OnBeforeUpdateDataPoints ( ) : void | ||
Результат | void |
protected OnDataPointDependentValueChanged ( |
||
dataPoint | The data point. | |
oldValue | IComparable | The old value. |
newValue | IComparable | The new value. |
Результат | void |
protected OnDataPointIndependentValueChanged ( |
||
dataPoint | The data point. | |
oldValue | object | The old value. |
newValue | object | The new value. |
Результат | void |
protected OnDataPointStylePropertyChanged ( |
||
oldValue | Old value. | |
newValue | New value. | |
Результат | void |
protected OnDataPointsChanged ( IList |
||
newDataPoints | IList |
New active data points. |
oldDataPoints | IList |
Old inactive data points. |
Результат | void |
protected OnLegendItemStylePropertyChanged ( |
||
oldValue | Old value. | |
newValue | New value. | |
Результат | void |
protected OnResourceDictionariesChanged ( |
||
e | Event arguments. | |
Результат | void |
protected OnSeriesHostPropertyChanged ( ISeriesHost oldValue, ISeriesHost newValue ) : void | ||
oldValue | ISeriesHost | The value to be replaced. |
newValue | ISeriesHost | The new series host value. |
Результат | void |
protected RemoveDataPoint ( |
||
dataPoint | The data point to remove. | |
Результат | void |
protected UpdateDataPoint ( |
||
dataPoint | The data point to update. | |
Результат | void |