New to Telerik UI for WPFStart a free 30-day trial

Represents a chart series, which can visualize ScatterDataPoint instances by connecting them with smooth curves.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public class ScatterSplineAreaSeries : ScatterAreaSeries, IChartElementPresenter

Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesScatterSeriesScatterPointSeriesScatterLineSeriesScatterAreaSeriesScatterSplineAreaSeries...

Implements: IChartElementPresenter

Inherited Members ScatterAreaSeries.FillPropertyScatterAreaSeries.AreaShapeStylePropertyScatterAreaSeries.OriginValuePropertyScatterAreaSeries.StrokeModeScatterAreaSeries.FillScatterAreaSeries.AreaShapeStyleScatterAreaSeries.OriginValueScatterLineSeries.StrokePropertyScatterLineSeries.StrokeThicknessPropertyScatterLineSeries.StrokeShapeStylePropertyScatterLineSeries.DashArrayPropertyScatterLineSeries.StrokeScatterLineSeries.StrokeThicknessScatterLineSeries.StrokeShapeStyleScatterLineSeries.DashArrayScatterPointSeries.PointSizePropertyScatterPointSeries.RenderModePropertyScatterPointSeries.LegendSettingsPropertyScatterPointSeries.DataPointsScatterPointSeries.PointSizeScatterPointSeries.RenderModeScatterPointSeries.LegendSettingsScatterSeries.XValueBindingPropertyScatterSeries.YValueBindingPropertyScatterSeries.GetXValueAggregateFunction()ScatterSeries.GetYValueAggregateFunction()ScatterSeries.XValueBindingScatterSeries.YValueBindingCartesianSeries.HorizontalAxisPropertyCartesianSeries.VerticalAxisPropertyCartesianSeries.OnAttached()CartesianSeries.OnDetached(RadChartBase)CartesianSeries.OnMouseEnter(MouseEventArgs)CartesianSeries.OnMouseLeave(MouseEventArgs)CartesianSeries.HorizontalAxisCartesianSeries.VerticalAxisPointTemplateSeries.PointTemplatePropertyPointTemplateSeries.PointTemplateSelectorPropertyPointTemplateSeries.DefaultVisualStylePropertyPointTemplateSeries.DefaultVisualStyleSelectorPropertyPointTemplateSeries.RenderOptionsPropertyPointTemplateSeries.OnLoaded(object, RoutedEventArgs)PointTemplateSeries.OnPlayPointAnimations(bool)PointTemplateSeries.OnApplyTemplate()PointTemplateSeries.GetDataPointVisual(DataPoint)PointTemplateSeries.MeasureNodeOverride(ChartNode, object)PointTemplateSeries.OnRenderOptionsChanged(ChartRenderOptions, ChartRenderOptions)PointTemplateSeries.DefaultVisualStylePointTemplateSeries.DefaultVisualStyleSelectorPointTemplateSeries.PointTemplatePointTemplateSeries.PointTemplateSelectorPointTemplateSeries.PointTemplatesPointTemplateSeries.RenderOptionsChartSeries.SeriesAnimationPropertyChartSeries.PointAnimationPropertyChartSeries.IsSelectedPropertyChartSeries.AllowSelectPropertyChartSeries.TrackBallTemplatePropertyChartSeries.TrackBallInfoTemplatePropertyChartSeries.ItemsSourcePropertyChartSeries.ClipToPlotAreaPropertyChartSeries.DisplayNamePropertyChartSeries.TooltipTemplatePropertyChartSeries.LabelConnectorsSettingsPropertyChartSeries.ShowLabelsPropertyChartSeries.PlaySeriesAnimation()ChartSeries.PlayPointAnimations()ChartSeries.OnPlaySeriesAnimation(bool)ChartSeries.HitTest(Rect)ChartSeries.HitTestDataPoints(Rect)ChartSeries.HitTestElements(Rect)ChartSeries.HitTestElementsCore(Rect)ChartSeries.HitTestDataPointsCore(Rect)ChartSeries.OnVisibilityChanged()ChartSeries.GetLabelConnector(ChartSeriesLabelPositionInfo)ChartSeries.GetDataPointLabels(DataPoint)ChartSeries.SeriesAnimationChartSeries.PointAnimationChartSeries.IsSelectedChartSeries.AllowSelectChartSeries.TrackBallTemplateChartSeries.TrackBallInfoTemplateChartSeries.DisplayNameChartSeries.TooltipTemplateChartSeries.ClipToPlotAreaChartSeries.ItemsSourceChartSeries.LabelConnectorsSettingsChartSeries.LabelDefinitionsChartSeries.ShowLabelsChartSeries.SeriesAnimationCompletedChartSeries.PointAnimationsCompletedChartSeries.DataBindingCompleteChartElementPresenter.OnPropertyChanged(DependencyPropertyChangedEventArgs)ChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(ChartNode)PresenterBase.InvalidatePalette()PresenterBase.RefreshNodeCore(ChartNode)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.OnInitialized(EventArgs)PresenterBase.RenderSurfaceRadControlBase.OnUnloaded(object, RoutedEventArgs)RadControlBase.IsLoadedRadControlBase.IsTemplateApplied...

Constructors

C#
public ScatterSplineAreaSeries()

Fields

Identifies the SplinePointsDistanceFactor dependency property.

C#
public static readonly DependencyProperty SplinePointsDistanceFactorProperty

SplineTensionProperty

DependencyProperty

Identifies the SplineTension dependency property.

C#
public static readonly DependencyProperty SplineTensionProperty

Properties

Gets or sets the SplinePointsDistanceFactor that is used to determine the distance factor between the spline points. The bigger the value, the smaller the number of additional spline points that will be generated. The default value is 0.03d. The property works with values between 0 and 0.35.

C#
public double SplinePointsDistanceFactor { get; set; }

Gets or sets the SplineTension that is used to determine the tension of the additional spline points. The default value is 0.5d.

C#
public double SplineTension { get; set; }

Methods

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.

Overrides: ScatterAreaSeries.OnCreateAutomationPeer()