Class MarkLine
曲线视图
public class MarkLine : Layer, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IDraw
- Inheritance
-
MarkLine
- Implements
- Inherited Members
- Extension Methods
Fields
EndProperty
public static readonly DependencyProperty EndProperty
Field Value
MarkBrushesProperty
public static readonly DependencyProperty MarkBrushesProperty
Field Value
MarkLineTypeProperty
public static readonly DependencyProperty MarkLineTypeProperty
Field Value
OrientationProperty
public static readonly DependencyProperty OrientationProperty
Field Value
StartProperty
public static readonly DependencyProperty StartProperty
Field Value
TrangleStyleProperty
public static readonly DependencyProperty TrangleStyleProperty
Field Value
ValueProperty
public static readonly DependencyProperty ValueProperty
Field Value
Properties
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
End
public Point End { get; set; }
Property Value
HorizontalKey
public static ComponentResourceKey HorizontalKey { get; }
Property Value
HorizontalStaticKey
public static ComponentResourceKey HorizontalStaticKey { get; }
Property Value
MarkBrushes
[TypeConverter(typeof(BrushArrayTypeConverter))]
public ObservableCollection<Color> MarkBrushes { get; set; }
Property Value
MarkLineType
public MarkLineType MarkLineType { get; set; }
Property Value
Orientation
public Orientation Orientation { get; set; }
Property Value
SingleKey
public static ComponentResourceKey SingleKey { get; }
Property Value
Start
public Point Start { get; set; }
Property Value
TrangleStyle
public Style TrangleStyle { get; set; }
Property Value
Value
public double Value { get; set; }
Property Value
VerticalKey
public static ComponentResourceKey VerticalKey { get; }
Property Value
Methods
Draw(Canvas)
public override void Draw(Canvas canvas)
Parameters
canvas
Canvas