The SplineAreaSeries type exposes the following members.

Methods

  NameDescription
Protected methodAddDataLabel(Int32, Brush)
Adds a data label to the chart canvas.
(Inherited from PointSeriesBase.)
Protected methodAddDataLabel(Int32, Point, Point, Brush)
Adds a data label to the chart canvas.
(Inherited from PointSeriesBase.)
Public methodAddHandler
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route.
(Inherited from UIElement.)
Public methodApplyTemplate (Inherited from Control.)
Public methodArrange
Positions child elements and determines a size for a UIElement. Parent elements call this method from their ArrangeCore(Rect) implementation (or a WPF framework-level equivalent) to form a recursive layout update. This method constitutes the second pass of a layout update.
(Inherited from UIElement.)
Protected methodArrangeOverride
When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.
(Inherited from FrameworkElement.)
Protected methodBuildChartCore
Plots the SplineAreaSeries on the chart canvas.
(Overrides AreaSeries..::..BuildChartCore()()()().)
Public methodCaptureMouse
Attempts to force capture of the mouse to this element.
(Inherited from UIElement.)
Public methodCheckAccess (Inherited from DependencyObject.)
Public methodClearValue
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Inherited from DependencyObject.)
Public methodConvertLogicalToPhysicalPoint
Converts the given logical data point to a physical point on the chart canvas.
(Inherited from DataSeries.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindName
Finds an element that has the provided identifier name.
(Inherited from FrameworkElement.)
Public methodFocus (Inherited from Control.)
Public methodGetAnimationBaseValue (Inherited from DependencyObject.)
Public methodGetBindingExpression
Returns the BindingExpression that represents the binding on the specified property.
(Inherited from FrameworkElement.)
Protected methodGetChartSymbol
Gets the ChartSymbol for the given data object.
(Inherited from PointSeriesBase.)
Protected methodGetDataPoint
Gets the CartesianDataPoint mapped to the given data object and index.
(Inherited from DataSeries.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetPoint(CartesianDataPoint)
Returns a Point containing the X and Y logical axis values of the given DataPoint.
(Inherited from DataSeries.)
Protected methodGetPoint(CartesianDataPoint, Boolean)
Returns a Point containing the X and Y logical axis values of the given DataPoint. In the case that the given data object is a primitive numerical value, the reverseAxes parameter can be used to specify that YAxis is the independent axis instead of the XAxis by default. This is useful for data series such as horizontal bar charts.
(Inherited from DataSeries.)
Protected methodGetTemplateChild (Inherited from Control.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the current effective value of a dependency property on this instance of a DependencyObject.
(Inherited from DependencyObject.)
Public methodGetY
Returns the logical Y axis value for the given X axis value limited to the currently plotted data. Double.NaN is returned if the series is empty.
(Overrides LineAreaSeriesBase..::..GetY(Double).)
Public methodInvalidateArrange
Invalidates the arrange state (layout) for the element. After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by UpdateLayout()()()().
(Inherited from UIElement.)
Public methodInvalidateMeasure
Invalidates the measurement state (layout) for the element.
(Inherited from UIElement.)
Public methodMeasure
Updates the DesiredSize of a UIElement. Parent elements call this method from their own MeasureCore(Size) implementations to form a recursive layout update. Calling this method constitutes the first pass (the "Measure" pass) of a layout update.
(Inherited from UIElement.)
Protected methodMeasureOverride
When overridden in a derived class, measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class.
(Inherited from FrameworkElement.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnApplyTemplate
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate()()()().
(Inherited from FrameworkElement.)
Protected methodOnCreateAutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
(Inherited from UIElement.)
Protected methodOnGotFocus (Inherited from Control.)
Protected methodOnKeyDown (Inherited from Control.)
Protected methodOnKeyUp (Inherited from Control.)
Protected methodOnLegendItemsChanged
Raises the LegendItemsChanged event.
(Inherited from DataSeries.)
Protected methodOnLostFocus (Inherited from Control.)
Protected methodOnLostMouseCapture (Inherited from Control.)
Protected methodOnManipulationCompleted (Inherited from Control.)
Protected methodOnManipulationDelta (Inherited from Control.)
Protected methodOnManipulationStarted (Inherited from Control.)
Protected methodOnMouseEnter (Inherited from Control.)
Protected methodOnMouseLeave (Inherited from Control.)
Protected methodOnMouseLeftButtonDown (Inherited from Control.)
Protected methodOnMouseLeftButtonUp (Inherited from Control.)
Protected methodOnMouseMove (Inherited from Control.)
Protected methodOnMouseWheel (Inherited from Control.)
Protected methodPerformLabelBoundsCorrection
Returns the constrained position of a data label.
(Inherited from PointSeriesBase.)
Protected methodPrepareDataPoint
Prepares the given CartesianDataPoint to participate in selection features and data notifications.
(Inherited from DataSeries.)
Public methodReadLocalValue
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject.)
Protected methodRebuild
Forces the parent Chart control to rebuild all the data series.
(Inherited from DataSeries.)
Public methodReleaseMouseCapture
Releases the mouse capture, if this element held the capture.
(Inherited from UIElement.)
Public methodRemoveHandler
Removes the specified routed event handler from this element.
(Inherited from UIElement.)
Public methodSetBinding (Inherited from FrameworkElement.)
Public methodSetValue
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from DependencyObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTransformToVisual (Inherited from UIElement.)
Public methodUpdateLayout
Ensures that all visual child elements of this element are properly updated for layout.
(Inherited from UIElement.)

See Also