|
|
|
@ -3,7 +3,7 @@ _Only available in the Plus Edition_ |
|
|
|
|
|
|
|
Derives from DependencyObject |
|
|
|
|
|
|
|
Displays a list of DataPoint primitives in an Area of a Chart. |
|
|
|
Displays a list of DataPoint primitives in an [[Area]] of a Chart. |
|
|
|
|
|
|
|
### Properties |
|
|
|
| Property | Description | |
|
|
|
@ -30,6 +30,6 @@ Displays a list of DataPoint primitives in an Area of a Chart. |
|
|
|
### Methods |
|
|
|
| Method | Description | |
|
|
|
| --- | --- | |
|
|
|
| ApplyDefaultTemplate() | Applies default DataTemplates for series elements. | |
|
|
|
| GetSortedPoints() | Gets array of DataPoints contained in this series, sorted if needed. | |
|
|
|
| Reset() | Clears list of chart primitives. | |
|
|
|
| ApplyDefaultTemplate | Applies default DataTemplates for series elements. | |
|
|
|
| GetSortedPoints | Gets array of DataPoints contained in this series, sorted if needed. | |
|
|
|
| Reset | Clears list of chart primitives. | |
|
|
|
|