Class LineSeries
Represents the chart line series, which is used to visualize the data graphically
Inherited Members
Namespace: Syncfusion.UI.Xaml.SmithChart
Assembly: Syncfusion.SfSmithChart.UWP.dll
Syntax
public class LineSeries : ChartSeries
Constructors
LineSeries()
Initializes a new instance of the LineSeries class.
Declaration
public LineSeries()
Methods
Animate()
Animate the line and marker segments
Declaration
protected override void Animate()
Overrides
CreateSegments()
Create line segments
Declaration
public override void CreateSegments()
Overrides
OnPointerExited(PointerRoutedEventArgs)
Mouse leave event.
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Pointer Event Arguments |
OnPointerMoved(PointerRoutedEventArgs)
Called when the mouse was moved in the chart.
Declaration
protected override void OnPointerMoved(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Event args. |
OnTapped(TappedRoutedEventArgs)
Touch OnTapped event.
Declaration
protected override void OnTapped(TappedRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.TappedRoutedEventArgs | e | The Tapped Event Arguments |