ClassScatterLineSeries
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:
cs-api-definition
public class ScatterLineSeries : ScatterPointSeries
Inheritance: objectChartElementChartSeriesCartesianSeriesScatterPointSeriesScatterLineSeries
Derived Classes:
Inherited Members
Constructors
ScatterLineSeries()
Declaration
cs-api-definition
public ScatterLineSeries()
Fields
StrokeProperty
Identifies the Stroke property.
Declaration
cs-api-definition
public static readonly BindableProperty StrokeProperty
Field Value
BindableProperty
StrokeThicknessProperty
Identifies the StrokeThickness property.
Declaration
cs-api-definition
public static readonly BindableProperty StrokeThicknessProperty
Field Value
BindableProperty
Properties
Stroke
Gets or sets the Stroke.
Declaration
cs-api-definition
public Color Stroke { get; set; }
Property Value
Color
StrokeThickness
Gets or sets the StrokeThickness.
Methods
IsDefaultValue(string)
Tells whether the property with the specified name has a default (invalid) value that should be disregarded while updating the native components.