AreaSeries Class
Represents an area series for use in a XYChart.
[StyleTypedProperty(Property = "AreaStyle", StyleTargetType = typeof(Shape))]
public class AreaSeries : LineSeriesBase
- Inheritance:
- object Visual UIElement FrameworkElement Control SeriesBase XYSeriesBase LineSeriesBase object
Constructors
AreaSeries()
Initializes an instance of the class.
public AreaSeries()
Properties
AreaStyle
LabelPositioningMode
The LabelPositioningMode used to determine how labels are laid out.
public override LabelPositioningMode LabelPositioningMode { get; set; }
Property Value
- LabelPositioningMode:
The default value is FromAverage.
LineVisibility
Indicates which lines are rendered along the series.
public LineSeriesVisibility LineVisibility { get; set; }
Property Value
- LineSeriesVisibility:
The default value is None.
Fields
AreaStyleProperty
Defines the AreaStyle property.
public static readonly DependencyProperty AreaStyleProperty
LabelPositioningModeProperty
Defines the LabelPositioningMode property.
public static readonly DependencyProperty LabelPositioningModeProperty
LineVisibilityProperty
Defines the LineVisibility property.
public static readonly DependencyProperty LineVisibilityProperty
Inherited Members
- LineSeriesBase.LineKindProperty
- LineSeriesBase.LineStyleProperty
- LineSeriesBase.MarkerVisibilityProperty
- LineSeriesBase.LineKind
- LineSeriesBase.LineStyle
- LineSeriesBase.MarkerVisibility
- LineSeriesBase.MinimumMargin
- XYSeriesBase.AggregationFactorProperty
- XYSeriesBase.DescriptionProperty
- XYSeriesBase.IsAggregationEnabledProperty
- XYSeriesBase.LegendMarkerStyleProperty
- XYSeriesBase.LegendStringFormatProperty
- XYSeriesBase.MarkerStyleProperty
- XYSeriesBase.PrimaryAggregationKindProperty
- XYSeriesBase.SecondaryAggregationKindProperty
- XYSeriesBase.StackKindProperty
- XYSeriesBase.XAxisProperty
- XYSeriesBase.XPathProperty
- XYSeriesBase.YAxisProperty
- XYSeriesBase.YPathProperty
- XYSeriesBase.NormalizeValue(object, object)
- XYSeriesBase.Refresh()
- XYSeriesBase.AggregationFactor
- XYSeriesBase.Chart
- XYSeriesBase.Description
- XYSeriesBase.IsAggregationEnabled
- XYSeriesBase.LegendMarkerStyle
- XYSeriesBase.LegendStringFormat
- XYSeriesBase.MarkerStyle
- XYSeriesBase.PrimaryAggregationKind
- XYSeriesBase.RequiresSlottedLayout
- XYSeriesBase.SecondaryAggregationKind
- XYSeriesBase.StackKind
- XYSeriesBase.XAxis
- XYSeriesBase.XPath
- XYSeriesBase.YAxis
- XYSeriesBase.YPath
- XYSeriesBase.Refreshed
- SeriesBase.IndexProperty
- SeriesBase.ItemsSourceProperty
- SeriesBase.GetLabelText(object, object, object, object, object)
- SeriesBase.OnItemsSourceChanged(IEnumerable, IEnumerable)
- SeriesBase.OnItemsSourceCollectionChanged(object, NotifyCollectionChangedEventArgs)
- SeriesBase.Index
- SeriesBase.ItemsSource
- SeriesBase.LabelAngle
- SeriesBase.LabelFormat
- SeriesBase.LabelFunc
- SeriesBase.LabelStyle
- SeriesBase.LabelVisibility
- SeriesBase.LogicalOrientation