LineSeriesBase Class
Represents a base class for line and area series for use in a XYChart.
[StyleTypedProperty(Property = "LineStyle", StyleTargetType = typeof(Shape))]
public abstract class LineSeriesBase : XYSeriesBase
- Inheritance:
- object Visual UIElement FrameworkElement Control SeriesBase XYSeriesBase object
- Derived:
- AreaSeries LineSeries
Constructors
LineSeriesBase()
Initializes an instance of the class.
protected LineSeriesBase()
Properties
LabelPositioningMode
The LabelPositioningMode used to determine how labels are laid out.
public virtual LabelPositioningMode LabelPositioningMode { get; set; }
Property Value
- LabelPositioningMode:
The default value is FromAverage.
LineKind
A XYSeriesLineKind, which indicates what kind of line should be rendered by the series.
public XYSeriesLineKind LineKind { get; set; }
Property Value
- XYSeriesLineKind:
The default value is Normal.
LineStyle
MarkerVisibility
A value indicating which markers are rendered along the series.
public ChartMarkerVisibility MarkerVisibility { get; set; }
Property Value
- ChartMarkerVisibility:
The default value is None.
MinimumMargin
Returns the minimum margin around the plotted area required by the series.
Fields
LabelPositioningModeProperty
Defines the LabelPositioningMode property.
public static readonly DependencyProperty LabelPositioningModeProperty
LineKindProperty
Defines the LineKind property.
public static readonly DependencyProperty LineKindProperty
LineStyleProperty
Defines the LineStyle property.
public static readonly DependencyProperty LineStyleProperty
MarkerVisibilityProperty
Defines the MarkerVisibility property.
public static readonly DependencyProperty MarkerVisibilityProperty
Inherited Members
- 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