Class StepLineSeries
Inheritance
System.Object
StepLineSeries
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class StepLineSeries : XyDataSeries, ISupportAxes, ISegmentSelectable
Constructors
StepLineSeries()
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 |
|
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
Methods
Declaration
protected override void OnTapped(TappedRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Microsoft.UI.Xaml.Input.TappedRoutedEventArgs |
e |
|
Overrides
Implements