Class ScatterLineSeries
Inheritance
System.Object
ScatterLineSeries
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ScatterLineSeries : ScatterPointSeries, IChartSeries, IChartElementPresenter, IElementPresenter, IStrokedSeries
Constructors
ScatterLineSeries()
Declaration
public ScatterLineSeries()
Fields
StrokeDashArrayProperty
Declaration
public static readonly DependencyProperty StrokeDashArrayProperty
Field Value
Microsoft.
|
StrokeLineJoinProperty
Declaration
public static readonly DependencyProperty StrokeLineJoinProperty
Field Value
Microsoft.
|
StrokeProperty
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
Microsoft.
|
StrokeThicknessProperty
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
Microsoft.
|
Properties
Stroke
Declaration
public Brush Stroke { get; set; }
Property Value
Microsoft.
|
Implements
StrokeDashArray
Declaration
public DoubleCollection StrokeDashArray { get; set; }
Property Value
Microsoft.
|
Implements
StrokeLineJoin
Declaration
public PenLineJoin StrokeLineJoin { get; set; }
Property Value
Microsoft.
|
Implements
StrokeThickness
Declaration
public double StrokeThickness { get; set; }
Property Value
System.
|
Implements
Methods
ApplyTemplateCore()
Declaration
protected override bool ApplyTemplateCore()
Returns
System.
|
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
Overrides
UnapplyTemplateCore()
Declaration
protected override void UnapplyTemplateCore()
Overrides
Explicit Interface Implementations
IStrokedSeries.IsStrokeSetLocally
Declaration
bool IStrokedSeries.IsStrokeSetLocally { get; }
Returns
System.
|