Class FastSplinePresenter
Represents spline chart Adornments
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class FastSplinePresenter : ChartFastSeriesPresenter
Remarks
Class instance is created automatically by WPF Chart building system.
Constructors
FastSplinePresenter()
Declaration
public FastSplinePresenter()
Fields
PointsProperty
Identifies the points dependency property.
Declaration
public static readonly DependencyProperty PointsProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
SeriesProperty
Identifies the Series dependency property.
Declaration
public static readonly DependencyProperty SeriesProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
Properties
Points
Get or Set PointsProperty
Declaration
public PointCollection Points { get; set; }
Property Value
| Type |
|---|
| System.Windows.Media.PointCollection |
Series
Get or Set SeriesProperty
Declaration
public ChartSeries Series { get; set; }
Property Value
| Type |
|---|
| ChartSeries |
Methods
OnRender(DrawingContext)
When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.
Declaration
protected override void OnRender(DrawingContext drawingContext)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Media.DrawingContext | drawingContext | The drawing instructions for a specific element. This context is provided to the layout system. |