Skip to main content

SeriesView Members

Represents the base class for all series views.

Constructors

Name Description
SeriesView() Initializes a new instance of the SeriesView class with default settings.

Fields

Name Description
AntialiasingProperty static Identifies the SeriesView.Antialiasing dependency property.
DataChangingAnimationModeProperty static Identifies the SeriesView.DataChangingAnimationMode dependency property.
LabelConnectorStrokeStyleProperty static Identifies the LabelConnectorStrokeStyle dependency property.
LabelIndentProperty static Identifies the LabelIndent dependency property.
LabelPatternProperty static Identifies the LabelPattern dependency property.
LabelTemplateProperty static Identifies the LabelTemplate dependency property.
LegendMarkerTemplateProperty static Identifies the SeriesView.LegendMarkerTemplate dependency property.
LegendPointPatternProperty static Identifies the SeriesView.LegendPointPattern dependency property.
PaletteProperty static Identifies the SeriesView.Palette dependency property.
SelectedItemBrushProperty static Identifies the SeriesView.SelectedItemBrush dependency property.
SelectedItemProperty static Identifies the SeriesView.SelectedItem dependency property.
SelectedItemsProperty static Identifies the SeriesView.SelectedItems dependency property.
ShowLabelConnectorsProperty static Identifies the ShowLabelConnectors dependency property.
ShowLabelsProperty static Identifies the SeriesView.ShowLabels dependency property.
ShowToolTipOnSelectItemProperty static Identifies the SeriesView.ShowToolTipOnSelectItem dependency property.
ToolTipPointPatternProperty static Identifies the SeriesView.ToolTipPointPattern dependency property.
ToolTipPointTemplateProperty static Identifies the SeriesView.ToolTipPointTemplate dependency property.
ToolTipSeriesPatternProperty static Identifies the SeriesView.ToolTipSeriesPattern dependency property.
ToolTipSeriesTemplateProperty static Identifies the SeriesView.ToolTipSeriesTemplate dependency property.

Properties

Name Description
ActualPalette Gets the actual palette of a series view.
AnimateCommand Returns a command that starts animation of a series’ contents.
Antialiasing Gets or sets whether anti-aliasing (smoothing) is applied to this series view.
DataChangingAnimationMode Specifies how chart data should be animated on data changes.
LabelConnectorStrokeStyle Specifies the style for label connectors.
LabelIndent Specifies the distance between a point and label, in pixels.
LabelPattern Specifies a string pattern that formats series label text.
LabelTemplate Specifies a template that defines a custom appearance and look-and-feel for labels.
LegendItems Gets a list of legend items for this series.
LegendMarkerTemplate Gets or sets the template that defines the presentation of a legend marker for this series.
LegendPointPattern Specifies a string pattern that formats legend item text for series points.
Palette Gets or sets a palette used to color series points.
SelectedItem Gets or sets the currently selected item in the series.
SelectedItemBrush Gets or sets the color of the selected series point.
SelectedItems Gets or sets the collection of selected items of the SeriesView object.
ShowLabelConnectors Specifies whether to show label connectors.
ShowLabels Gets or sets a value indicating whether labels should be visible for this series.
ShowToolTipOnSelectItem Gets or sets a value specifying whether or not to show a tooltip every time a series (or a series point) is selected.
ToolTipPointPattern Gets or sets a string pattern that formats text in series point tooltips.
ToolTipPointTemplate Specifies a template that is applied to series point tooltips. This is a dependency property.
ToolTipSeriesPattern Gets or sets a string which represents the pattern specifying the text to be displayed within the tooltip that appears for a series.
ToolTipSeriesTemplate Gets or sets the template that defines the presentation of the tooltip for this series.

Methods

Name Description
Animate(Double) Starts animating the series view after the specified delay.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
PropertyChanged Occurs when a ChartFrameworkElement class property’s value changes. Inherited from ChartFrameworkElement.
See Also