Table of Contents

Class MarkPosition

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

Fields

AlignmentCenterProperty

public static readonly DependencyProperty AlignmentCenterProperty

Field Value

DependencyProperty

ItemPercentProperty

public static readonly DependencyProperty ItemPercentProperty

Field Value

DependencyProperty

MarkForegroundProperty

public static readonly DependencyProperty MarkForegroundProperty

Field Value

DependencyProperty

MarkValueTypeProperty

public static readonly DependencyProperty MarkValueTypeProperty

Field Value

DependencyProperty

MulCountProperty

public static readonly DependencyProperty MulCountProperty

Field Value

DependencyProperty

MulIndexProperty

public static readonly DependencyProperty MulIndexProperty

Field Value

DependencyProperty

PointProperty

public static readonly DependencyProperty PointProperty

Field Value

DependencyProperty

WidthPercentProperty

public static readonly DependencyProperty WidthPercentProperty

Field Value

DependencyProperty

Properties

AlignmentCenter

public bool AlignmentCenter { get; set; }

Property Value

bool

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

ItemPercent

public double ItemPercent { get; set; }

Property Value

double

MarkForeground

public Brush MarkForeground { get; set; }

Property Value

Brush

MarkValueType

public MarkValueType MarkValueType { get; set; }

Property Value

MarkValueType

MulCount

public int MulCount { get; set; }

Property Value

int

MulIndex

public int MulIndex { get; set; }

Property Value

int

Point

public Point Point { get; set; }

Property Value

Point

SingleKey

public static ComponentResourceKey SingleKey { get; }

Property Value

ComponentResourceKey

WidthPercent

public double WidthPercent { get; set; }

Property Value

double

Methods

Draw(Canvas)

public override void Draw(Canvas canvas)

Parameters

canvas Canvas

DrawMark()

public virtual void DrawMark()

GetPoint()

protected Point GetPoint()

Returns

Point

InitX()

protected override void InitX()