Table of Contents

Class FlagTip

Namespace
HeBianGu.Control.Chart2D
Assembly
HeBianGu.Control.Chart2D.dll
public class FlagTip : Layer, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IDraw
Inheritance
FlagTip
Implements
Inherited Members
Extension Methods

Constructors

FlagTip()

public FlagTip()

Fields

FlagTipTypeProperty

public static readonly DependencyProperty FlagTipTypeProperty

Field Value

DependencyProperty

LabelXProperty

public static readonly DependencyProperty LabelXProperty

Field Value

DependencyProperty

LabelYProperty

public static readonly DependencyProperty LabelYProperty

Field Value

DependencyProperty

MarkerProperty

public static readonly DependencyProperty MarkerProperty

Field Value

DependencyProperty

XProperty

public static readonly DependencyProperty XProperty

Field Value

DependencyProperty

YProperty

public static readonly DependencyProperty YProperty

Field Value

DependencyProperty

Properties

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

FlagTipType

public FlagTipType FlagTipType { get; set; }

Property Value

FlagTipType

LabelX

public Label LabelX { get; set; }

Property Value

Label

LabelY

public Label LabelY { get; set; }

Property Value

Label

Marker

public Shape Marker { get; set; }

Property Value

Shape

X

public Path X { get; set; }

Property Value

Path

Y

public Path Y { get; set; }

Property Value

Path

Methods

Draw(Canvas)

public override void Draw(Canvas canvas)

Parameters

canvas Canvas