Class LineIndicatorBase
Inheritance
System.Object
LineIndicatorBase
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class LineIndicatorBase : IndicatorBase, IChartSeries, IChartElementPresenter, IElementPresenter
Fields
StrokeDashArrayProperty
Declaration
public static readonly DependencyProperty StrokeDashArrayProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
StrokeLineJoinProperty
Declaration
public static readonly DependencyProperty StrokeLineJoinProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
StrokeProperty
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
StrokeThicknessProperty
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Stroke
Declaration
public Brush Stroke { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
StrokeDashArray
Declaration
public DoubleCollection StrokeDashArray { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.DoubleCollection
|
StrokeLineJoin
Declaration
public PenLineJoin StrokeLineJoin { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.PenLineJoin
|
StrokeThickness
Declaration
public double StrokeThickness { get; set; }
Property Value
|
System.Double
|
Methods
ApplyTemplateCore()
Declaration
protected override bool ApplyTemplateCore()
Returns
|
System.Boolean
|
Overrides
OnStrokeDashArrayChanged(DoubleCollection)
Declaration
protected virtual void OnStrokeDashArrayChanged(DoubleCollection newValue)
Parameters
|
Microsoft.UI.Xaml.Media.DoubleCollection
newValue
|
OnStrokeLineJoinChanged(PenLineJoin)
Declaration
protected virtual void OnStrokeLineJoinChanged(PenLineJoin newValue)
Parameters
|
Microsoft.UI.Xaml.Media.PenLineJoin
newValue
|
OnStrokeThicknessChanged(Double)
Declaration
protected virtual void OnStrokeThicknessChanged(double newValue)
Parameters
|
System.Double
newValue
|
UnapplyTemplateCore()
Declaration
protected override void UnapplyTemplateCore()