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 EndPropertyField Value
MarkBrushesProperty
public static readonly DependencyProperty MarkBrushesPropertyField Value
MarkLineTypeProperty
public static readonly DependencyProperty MarkLineTypePropertyField Value
OrientationProperty
public static readonly DependencyProperty OrientationPropertyField Value
StartProperty
public static readonly DependencyProperty StartPropertyField Value
TrangleStyleProperty
public static readonly DependencyProperty TrangleStylePropertyField Value
ValueProperty
public static readonly DependencyProperty ValuePropertyField 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
- canvasCanvas