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.WPF.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
OnMouseLeave(MouseEventArgs)
Mouse leave event.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseEventArgs | e | The Arguments |
OnMouseMove(MouseEventArgs)
Called when the mouse was moved in the chart.
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseEventArgs | e | Event args. |