MicroLineSeriesBase Class
Represents a base class for line and area series for use in a MicroXYChart.
[StyleTypedProperty(Property = "LineNegativeStyle", StyleTargetType = typeof(Shape))]
[StyleTypedProperty(Property = "LineStyle", StyleTargetType = typeof(Shape))]
public abstract class MicroLineSeriesBase : MicroXYSeriesBase
- Inheritance:
- object Visual UIElement FrameworkElement Control MicroSeriesBase MicroXYSeriesBase object
- Derived:
- MicroAreaSeries MicroLineSeries
Constructors
MicroLineSeriesBase()
Initializes an instance of the class.
protected MicroLineSeriesBase()
Properties
LineKind
A MicroXYSeriesLineKind, which indicates what kind of line should be rendered by the series.
public MicroXYSeriesLineKind LineKind { get; set; }
Property Value
- MicroXYSeriesLineKind:
The default value is Normal.
LineNegativeStyle
LineStyle
LineStyleKinds
A MicroLineSeriesStyleKinds which indicates what style kinds are used for lines along the series.
public MicroLineSeriesStyleKinds LineStyleKinds { get; set; }
Property Value
- MicroLineSeriesStyleKinds:
The default value is None.
MarkerVisibility
A value indicating which markers are rendered along the series.
public MicroChartMarkerVisibility MarkerVisibility { get; set; }
Property Value
- MicroChartMarkerVisibility:
The default value is None.
Methods
GetMinimumMargin()
The minimum margin around the plotted area required by the series.
Fields
LineKindProperty
Defines the LineKind property.
public static readonly DependencyProperty LineKindProperty
LineNegativeStyleProperty
Defines the LineNegativeStyle property.
public static readonly DependencyProperty LineNegativeStyleProperty
LineStyleKindsProperty
Defines the LineStyleKinds property.
public static readonly DependencyProperty LineStyleKindsProperty
LineStyleProperty
Defines the LineStyle property.
public static readonly DependencyProperty LineStyleProperty
MarkerVisibilityProperty
Defines the MarkerVisibility property.
public static readonly DependencyProperty MarkerVisibilityProperty
Inherited Members
- 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.PlotSeries(MicroXYChartPlotter)
- 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