[]
Represents data series.
public class Series : DependencyObject, IDisposable
Name | Description |
---|---|
Series() |
Name | Description |
---|---|
AltStyleProperty | Identifies the AltStyle dependency property. |
BindingProperty | Identifies the Binding dependency property. |
BindingXProperty | Identifies the BindingX dependency property. |
ChartTypeProperty | Identifies the ChartType dependency property. |
DataLabelProperty | Identifies the DataLabel dependency property. |
IsHitTestVisibleProperty | Identifies the IsHitTestVisible dependency property. |
ItemsSourceProperty | Identifies the ItemsSource dependency property. |
LegendGroupProperty | Identifies the LegendGroup dependency property. |
StackingGroupProperty | Identifies the StackingGroup dependency property. |
StyleProperty | Identifies the Style dependency property. |
SymbolMarkerProperty | Identifies the SymbolMarker dependency property. |
SymbolSizeProperty | Identifies the SymbolSize dependency property. |
SymbolStyleProperty | Identifies the SymbolStyle dependency property. |
TooltipProperty | Identifies the Tooltip dependency property. |
VisibilityProperty | Identifies the Visibility dependency property. |
Name | Description |
---|---|
ActualBinding | Gets the actual binding. |
ActualBindingX | Gets the actual x-binding. |
ActualChart | Gets the chart. |
ActualItemsSource | Gets the actual items source. |
AltStyle | Gets or sets the alternative series style. |
AxisX | Gets or sets the series x-axis. |
AxisY | Gets or sets the series y-axis. |
Binding | Gets or sets the name of the property that contains Y values for the series. |
BindingX | Gets or sets the name of the property that contains X values for the series. |
ChartType | Gets or sets the series chart type. |
DataLabel | Gets or sets the series data label. |
HasCustomSymbol | Whether the custom symbol rendering involved. |
IsHitTestVisible | Gets or sets a value indicating whether the series is visible for hit testing methods. |
ItemsSource | Gets or sets the collection of objects that contains the series data. |
LegendGroup | Gets or sets the name of the legend group for the series. |
MemberPaths | Gets the array of member bindings for the series. |
SeriesName | Gets or sets the series display name. |
StackingGroup | Gets or sets the group index for series, only effect in bar and column chart type. |
Style | Gets or sets the series style. |
SymbolMarker | Gets or sets the shape of marker to use for each data point in the series. Applies to Scatter, LineSymbols, and SplineSymbols chart types. |
SymbolSize | Gets or sets the size(in pixels) of the symbols used to render this Series. Applies to Scatter, LineSymbols, and SplineSymbols chart types. |
SymbolStyle | Gets or sets the series symbol style. |
Tooltip | Gets or sets the tooltip template string for the series. |
Visibility | Gets or sets the series visibility. |
Name | Description |
---|---|
Dispose() | Disposes resources. |
GetChartType() | Gets actual chart type. |
GetDataRect(_Rect) | Returns bounding data rectangle. |
GetItem(int) | Gets data item by its index. |
GetStyle(string) | Gets style by its name. |
GetValues(int) | Gets the point data array for the specified coordinate dimension. |
HitTest(Point, bool) | Performs hit testing for the series. |
Invalidate() | Invalidates the chart. |
OnDataLabelChanged() | |
OnDataPropertyChanged(DependencyObject, object, object) | |
OnItemsSourceChanged() | Invoked when items source changes. |
OnPropertyChanged(DependencyObject, object, object) | |
OnRendered(IRenderEngine) | Called after series was rendered. |
OnRendering(IRenderEngine) | Called when series is rendering. |
OnSymbolRendered(IRenderEngine, int, double, double) | Called when symbol was rendered. |
OnSymbolRendering(IRenderEngine, int, double, double) | Called when symbol is rendering. |
OnVisiblityChanged() | |
SetStyle(_Style, string) | Sets chart style. |
ToString() | Returns the string that represents the current series. |
Name | Description |
---|---|
SymbolRendered | Fires after rendering symbol. |
SymbolRendering | Fires before rendering symbol. |