Class
ScatterLineSeries

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: ScatterAreaSeriesScatterSplineSeries

Inherited Members ScatterPointSeries.XValueBindingPropertyScatterPointSeries.YValueBindingPropertyScatterPointSeries.XValueBindingScatterPointSeries.YValueBindingChartSeries.AllowSelectPropertyChartSeries.DisplayNamePropertyChartSeries.IsSelectedPropertyChartSeries.ItemsSourcePropertyChartSeries.ShowLabelsPropertyChartSeries.LabelBindingPropertyChartSeries.LabelFormatPropertyChartSeries.LabelFormatterPropertyChartSeries.OnItemsSourceCollectionChanged(object, NotifyCollectionChangedEventArgs)ChartSeries.OnItemsSourceChanged(IEnumerable, IEnumerable)ChartSeries.LabelFormatterChartSeries.AllowSelectChartSeries.DisplayNameChartSeries.IsSelectedChartSeries.ItemsSourceChartSeries.ShowLabelsChartSeries.LabelBindingChartSeries.LabelFormatChartElement.OnPropertyChanged(string)ChartElement.Key

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.

Declaration

cs-api-definition
public double StrokeThickness { get; set; }

Property Value

double

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.

Declaration

cs-api-definition
public override bool IsDefaultValue(string propertyName)

Parameters

propertyName

string

Returns

bool

Overrides ChartSeries.IsDefaultValue(string)