Table of Contents

Class MarkLine

Namespace
HeBianGu.Control.Chart2D
Assembly
HeBianGu.Control.Chart2D.dll

曲线视图

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

DependencyProperty

MarkBrushesProperty

public static readonly DependencyProperty MarkBrushesProperty

Field Value

DependencyProperty

MarkLineTypeProperty

public static readonly DependencyProperty MarkLineTypeProperty

Field Value

DependencyProperty

OrientationProperty

public static readonly DependencyProperty OrientationProperty

Field Value

DependencyProperty

StartProperty

public static readonly DependencyProperty StartProperty

Field Value

DependencyProperty

TrangleStyleProperty

public static readonly DependencyProperty TrangleStyleProperty

Field Value

DependencyProperty

ValueProperty

public static readonly DependencyProperty ValueProperty

Field Value

DependencyProperty

Properties

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

End

public Point End { get; set; }

Property Value

Point

HorizontalKey

public static ComponentResourceKey HorizontalKey { get; }

Property Value

ComponentResourceKey

HorizontalStaticKey

public static ComponentResourceKey HorizontalStaticKey { get; }

Property Value

ComponentResourceKey

MarkBrushes

[TypeConverter(typeof(BrushArrayTypeConverter))]
public ObservableCollection<Color> MarkBrushes { get; set; }

Property Value

ObservableCollection<Color>

MarkLineType

public MarkLineType MarkLineType { get; set; }

Property Value

MarkLineType

Orientation

public Orientation Orientation { get; set; }

Property Value

Orientation

SingleKey

public static ComponentResourceKey SingleKey { get; }

Property Value

ComponentResourceKey

Start

public Point Start { get; set; }

Property Value

Point

TrangleStyle

public Style TrangleStyle { get; set; }

Property Value

Style

Value

public double Value { get; set; }

Property Value

double

VerticalKey

public static ComponentResourceKey VerticalKey { get; }

Property Value

ComponentResourceKey

Methods

Draw(Canvas)

public override void Draw(Canvas canvas)

Parameters

canvas Canvas