ScatterLineSeries
Class
Represents a scatter line series for displaying data points connected by lines in a Cartesian coordinate system.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public class ScatterLineSeries : ScatterPointSeries
Inheritance: objectChartElementChartSeriesCartesianSeriesScatterPointSeriesScatterLineSeries...
Derived Classes:
Inherited Members
Constructors
C#
public ScatterLineSeries()
Fields
StrokeProperty
BindableProperty
Identifies the Stroke property.
C#
public static readonly BindableProperty StrokeProperty
StrokeThicknessProperty
BindableProperty
Identifies the StrokeThickness property.
C#
public static readonly BindableProperty StrokeThicknessProperty
Properties
Stroke
Color
Gets or sets the Stroke.
C#
public Color Stroke { get; set; }
Gets or sets the StrokeThickness.
C#
public double StrokeThickness { get; set; }