Skip to main content
A newer version of this page is available. .

LineSeriesView Members

The Line series view.

Constructors

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

Fields

Name Description
AntialiasingProperty static Identifies the SeriesView.Antialiasing dependency property. Inherited from SeriesView.
BrushProperty static Identifies the CartesianSeriesView.Brush dependency property. Inherited from CartesianSeriesView.
ColorEachProperty static Identifies the CartesianSeriesView.ColorEach dependency property. Inherited from CartesianSeriesView.
DataChangingAnimationModeProperty static Identifies the SeriesView.DataChangingAnimationMode dependency property. Inherited from SeriesView.
InterpolationModeProperty static Identifies the InterpolationMode dependency property.
InvertedStepProperty static Identifies the InvertedStep dependency property.
LabelAngleProperty static Identifies the LabelAngle dependency property. Inherited from MarkerSeriesView.
LabelConnectorStrokeStyleProperty static Identifies the LabelConnectorStrokeStyle dependency property. Inherited from SeriesView.
LabelIndentProperty static Identifies the LabelIndent dependency property. Inherited from SeriesView.
LabelPatternProperty static Identifies the LabelPattern dependency property. Inherited from SeriesView.
LabelTemplateProperty static Identifies the LabelTemplate dependency property. Inherited from SeriesView.
LegendMarkerTemplateProperty static Identifies the SeriesView.LegendMarkerTemplate dependency property. Inherited from SeriesView.
LegendPatternProperty static Identifies the LegendPattern dependency property. Inherited from CartesianSeriesView.
LegendPointPatternProperty static Identifies the SeriesView.LegendPointPattern dependency property. Inherited from SeriesView.
MarkerSizeProperty static Identifies the MarkerSize dependency property. Inherited from LineSeriesViewBase.
PaletteProperty static Identifies the SeriesView.Palette dependency property. Inherited from SeriesView.
PointAnimationProperty static Identifies the MarkerSeriesView.PointAnimation dependency property. Inherited from MarkerSeriesView.
RangeControlViewTypeProperty static Identifies the LineSeriesView.RangeControlViewType dependency property.
SelectedItemBrushProperty static Identifies the SeriesView.SelectedItemBrush dependency property. Inherited from SeriesView.
SelectedItemProperty static Identifies the SeriesView.SelectedItem dependency property. Inherited from SeriesView.
SelectedItemsProperty static Identifies the SeriesView.SelectedItems dependency property. Inherited from SeriesView.
SeriesAnimationProperty static Identifies the SeriesAnimation dependency property. Inherited from LineSeriesViewBase.
ShowLabelConnectorsProperty static Identifies the ShowLabelConnectors dependency property. Inherited from SeriesView.
ShowLabelsProperty static Identifies the SeriesView.ShowLabels dependency property. Inherited from SeriesView.
ShowMarkersProperty static Identifies the ShowMarkers dependency property. Inherited from LineSeriesViewBase.
ShowToolTipOnSelectItemProperty static Identifies the SeriesView.ShowToolTipOnSelectItem dependency property. Inherited from SeriesView.
StackedModeProperty static Identifies the StackedMode dependency property.
StrokeStyleProperty static Identifies the StrokeStyle dependency property. Inherited from LineSeriesViewBase.
ToolTipPointPatternProperty static Identifies the SeriesView.ToolTipPointPattern dependency property. Inherited from SeriesView.
ToolTipPointTemplateProperty static Identifies the SeriesView.ToolTipPointTemplate dependency property. Inherited from SeriesView.
ToolTipSeriesPatternProperty static Identifies the SeriesView.ToolTipSeriesPattern dependency property. Inherited from SeriesView.
ToolTipSeriesTemplateProperty static Identifies the SeriesView.ToolTipSeriesTemplate dependency property. Inherited from SeriesView.

Properties

Name Description
ActualPalette Gets the actual palette of a series view. Inherited from SeriesView.
ActualStrokeStyle Returns the stroke style that is applied to the line series. Inherited from LineSeriesViewBase.
AnimateCommand Returns a command that starts animation of a series’ contents. Inherited from SeriesView.
Antialiasing Gets or sets whether anti-aliasing (smoothing) is applied to this series view. Inherited from SeriesView.
Brush Gets or sets the color of the series view. This is a dependency property. Inherited from CartesianSeriesView.
ColorEach Gets or sets a value that specifies whether each data point of a series is shown in a different color. Inherited from CartesianSeriesView.
DataChangingAnimationMode Specifies how chart data should be animated on data changes. Inherited from SeriesView.
InterpolationMode Specifies the line view’s interpolation mode that defines how to connect series points.
InvertedStep Specifies whether to invert the steps that connect series points.
LabelAngle Specifies the rotation angle for label connectors, in degrees. Inherited from MarkerSeriesView.
LabelConnectorStrokeStyle Specifies the style for label connectors. Inherited from SeriesView.
LabelIndent Specifies the distance between a point and label, in pixels. Inherited from SeriesView.
LabelPattern Specifies a string pattern that formats series label text. Inherited from SeriesView.
LabelTemplate Specifies a template that defines a custom appearance and look-and-feel for labels. Inherited from SeriesView.
LegendItems Gets a list of legend items for this series. Inherited from SeriesView.
LegendMarkerTemplate Gets or sets the template that defines the presentation of a legend marker for this series. Inherited from SeriesView.
LegendPattern Specifies a string pattern that formats legend item text for series. Inherited from CartesianSeriesView.
LegendPointPattern Specifies a string pattern that formats legend item text for series points. Inherited from SeriesView.
MarkerSize Specifies the size of data point markers, in pixels. Inherited from LineSeriesViewBase.
Palette Gets or sets a palette used to color series points. Inherited from SeriesView.
PointAnimation Specifies the animation for data points of series with markers. Inherited from MarkerSeriesView.
RangeControlViewType Gets or sets a value that specifies which view type should be used to represent the current series in a Range Control.
SelectedItem Gets or sets the currently selected item in the series. Inherited from SeriesView.
SelectedItemBrush Gets or sets the color of the selected series point. Inherited from SeriesView.
SelectedItems Gets or sets the collection of selected items of the SeriesView object. Inherited from SeriesView.
SeriesAnimation Specifies the animation applied to the line. Inherited from LineSeriesViewBase.
ShowLabelConnectors Specifies whether to show label connectors. Inherited from SeriesView.
ShowLabels Gets or sets a value indicating whether labels should be visible for this series. Inherited from SeriesView.
ShowMarkers Specifies whether to show data point markers for the line series. Inherited from LineSeriesViewBase.
ShowToolTipOnSelectItem Gets or sets a value specifying whether or not to show a tooltip every time a series (or a series point) is selected. Inherited from SeriesView.
StackedMode Specifies whether line series points are stacked when shown for the same argument.
StrokeStyle Specifies the appearance of the line. Inherited from LineSeriesViewBase.
ToolTipPointPattern Gets or sets a string pattern that formats text in series point tooltips. Inherited from SeriesView.
ToolTipPointTemplate Specifies a template that is applied to series point tooltips. This is a dependency property. Inherited from SeriesView.
ToolTipSeriesPattern Gets or sets a string which represents the pattern specifying the text to be displayed within the tooltip that appears for a series. Inherited from SeriesView.
ToolTipSeriesTemplate Gets or sets the template that defines the presentation of the tooltip for this series. Inherited from SeriesView.

Methods

Name Description
Animate(Double) Starts animating the series view after the specified delay. Inherited from SeriesView.
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