Class SplineSeries
Inheritance
System.Object
SplineSeries
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class SplineSeries : XySeriesDraggingBase, ISupportAxes, ISegmentSelectable
Constructors
SplineSeries()
Declaration
Fields
CustomTemplateProperty
Declaration
public static readonly DependencyProperty CustomTemplateProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
SelectionBehaviorProperty
Declaration
public static readonly DependencyProperty SelectionBehaviorProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
StrokeDashArrayProperty
Declaration
public static readonly DependencyProperty StrokeDashArrayProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
TypeProperty
Using a DependencyProperty as the backing store for SplineType. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TypeProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
Properties
CustomTemplate
Declaration
public DataTemplate CustomTemplate { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.DataTemplate |
|
SelectionBehavior
Declaration
public DataPointSelectionBehavior SelectionBehavior { get; set; }
Property Value
StrokeDashArray
Declaration
public DoubleCollection StrokeDashArray { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.Media.DoubleCollection |
|
Type
Declaration
public SplineType Type { get; set; }
Property Value
Methods
Declaration
protected override void OnTapped(TappedRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Microsoft.UI.Xaml.Input.TappedRoutedEventArgs |
e |
|
Overrides
Implements