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

AreaSeriesView Properties

Displays series data points as an Area chart.
Name Description
ActualContourAppearance Gets the actual contour appearance.
ActualPalette Gets the actual palette of a series view. Inherited from SeriesView.
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.
ContourAppearance Gets or sets the appearance of an area contour.
DataChangingAnimationMode Specifies how chart data should be animated on data changes. Inherited from SeriesView.
InterpolationMode Specifies the area 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 Gets or sets the size of data point markers.
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 series animation.
ShowContour Gets or sets a value indicating whether or not it is necessary to show the contour for this series.
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 Gets or sets a value indicating whether series point markers are visible.
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 area series points are stacked when shown for the same argument.
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.
Transparency Specifies the transparency (0-1) to use for displaying the filled color area series.
See Also