MicroAreaSeries Class
Represents an area series for use in a MicroXYChart.
[StyleTypedProperty(Property = "AreaNegativeStyle", StyleTargetType = typeof(Shape))]
[StyleTypedProperty(Property = "AreaStyle", StyleTargetType = typeof(Shape))]
public class MicroAreaSeries : MicroLineSeriesBase
- Inheritance:
- object Visual UIElement FrameworkElement Control MicroSeriesBase MicroXYSeriesBase MicroLineSeriesBase object
Constructors
MicroAreaSeries()
Initializes an instance of the class.
public MicroAreaSeries()
Properties
AreaNegativeStyle
AreaStyle
AreaStyleKinds
A MicroAreaSeriesStyleKinds which indicates what style kinds are used for areas along the series.
public MicroAreaSeriesStyleKinds AreaStyleKinds { get; set; }
Property Value
- MicroAreaSeriesStyleKinds:
The default value is None.
LineVisibility
A value indicating which lines are rendered along the series.
public MicroLineSeriesVisibility LineVisibility { get; set; }
Property Value
- MicroLineSeriesVisibility:
The default value is None.
Methods
PlotSeries(MicroXYChartPlotter)
Plots the series to the associated chart using the specified plotter.
protected override void PlotSeries(MicroXYChartPlotter plotter)
| Parameter | Type | Description |
|---|---|---|
| plotter | MicroXYChartPlotter | The plotter used to render shapes on the chart. |
Fields
AreaNegativeStyleProperty
Defines the AreaNegativeStyle property.
public static readonly DependencyProperty AreaNegativeStyleProperty
AreaStyleKindsProperty
Defines the AreaStyleKinds property.
public static readonly DependencyProperty AreaStyleKindsProperty
AreaStyleProperty
Defines the AreaStyle property.
public static readonly DependencyProperty AreaStyleProperty
LineVisibilityProperty
Defines the LineVisibility property.
public static readonly DependencyProperty LineVisibilityProperty
Inherited Members
- MicroLineSeriesBase.LineNegativeStyleProperty
- MicroLineSeriesBase.LineKindProperty
- MicroLineSeriesBase.LineStyleProperty
- MicroLineSeriesBase.LineStyleKindsProperty
- MicroLineSeriesBase.MarkerVisibilityProperty
- MicroLineSeriesBase.GetMinimumMargin()
- MicroLineSeriesBase.LineNegativeStyle
- MicroLineSeriesBase.LineKind
- MicroLineSeriesBase.LineStyle
- MicroLineSeriesBase.LineStyleKinds
- MicroLineSeriesBase.MarkerVisibility
- MicroXYSeriesBase.DescriptionProperty
- MicroXYSeriesBase.AggregationFactorProperty
- MicroXYSeriesBase.IsAggregationEnabledProperty
- MicroXYSeriesBase.LegendItemTemplateProperty
- MicroXYSeriesBase.LegendMarkerStyleProperty
- MicroXYSeriesBase.LegendStringFormatProperty
- MicroXYSeriesBase.MarkerFirstStyleProperty
- MicroXYSeriesBase.MarkerHighStyleProperty
- MicroXYSeriesBase.MarkerLastStyleProperty
- MicroXYSeriesBase.MarkerLowStyleProperty
- MicroXYSeriesBase.MarkerNegativeStyleProperty
- MicroXYSeriesBase.MarkerStyleProperty
- MicroXYSeriesBase.MarkerStyleKindsProperty
- MicroXYSeriesBase.PrimaryAggregationKindProperty
- MicroXYSeriesBase.SecondaryAggregationKindProperty
- MicroXYSeriesBase.StackKindProperty
- MicroXYSeriesBase.XPathProperty
- MicroXYSeriesBase.YPathProperty
- MicroXYSeriesBase.NormalizeValue(object, object)
- MicroXYSeriesBase.PrepareSeries(MicroXYChartPlotter)
- MicroXYSeriesBase.Refresh()
- MicroXYSeriesBase.AggregationFactor
- MicroXYSeriesBase.Chart
- MicroXYSeriesBase.DataPoints
- MicroXYSeriesBase.Description
- MicroXYSeriesBase.IsAggregationEnabled
- MicroXYSeriesBase.LegendItemTemplate
- MicroXYSeriesBase.LegendMarkerStyle
- MicroXYSeriesBase.LegendStringFormat
- MicroXYSeriesBase.MarkerFirstStyle
- MicroXYSeriesBase.MarkerHighStyle
- MicroXYSeriesBase.MarkerLastStyle
- MicroXYSeriesBase.MarkerLowStyle
- MicroXYSeriesBase.MarkerNegativeStyle
- MicroXYSeriesBase.MarkerStyle
- MicroXYSeriesBase.MarkerStyleKinds
- MicroXYSeriesBase.PrimaryAggregationKind
- MicroXYSeriesBase.RequiresNormalizedValues
- MicroXYSeriesBase.RequiresSlottedLayout
- MicroXYSeriesBase.SecondaryAggregationKind
- MicroXYSeriesBase.StackKind
- MicroXYSeriesBase.XPath
- MicroXYSeriesBase.YPath
- MicroSeriesBase.IndexProperty
- MicroSeriesBase.ItemsSourceProperty
- MicroSeriesBase.NotifyPropertyChanged(string)
- MicroSeriesBase.OnItemsSourceChanged(IEnumerable, IEnumerable)
- MicroSeriesBase.OnItemsSourceCollectionChanged(object, NotifyCollectionChangedEventArgs)
- MicroSeriesBase.OnPropertyChanged(string)
- MicroSeriesBase.OnPropertyChanged(PropertyChangedEventArgs)
- MicroSeriesBase.SetProperty<T>(ref T, T, string)
- MicroSeriesBase.Index
- MicroSeriesBase.ItemsSource
- MicroSeriesBase.LogicalOrientation
- MicroSeriesBase.PropertyChanged