Table of Contents

Class Pie

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

曲线视图

public class Pie : PieBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IDraw
Inheritance
Pie
Implements
Inherited Members
Extension Methods

Fields

CircleLenProperty

public static readonly DependencyProperty CircleLenProperty

Field Value

DependencyProperty

EllipseStyleProperty

public static readonly DependencyProperty EllipseStyleProperty

Field Value

DependencyProperty

ForegroundProperty

public static readonly DependencyProperty ForegroundProperty

Field Value

DependencyProperty

IsCustomizedProperty

public static readonly DependencyProperty IsCustomizedProperty

Field Value

DependencyProperty

LenProperty

public static readonly DependencyProperty LenProperty

Field Value

DependencyProperty

Properties

CircleLen

public double CircleLen { get; set; }

Property Value

double

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

EllipseStyle

public Style EllipseStyle { get; set; }

Property Value

Style

Foreground

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

Property Value

ObservableCollection<Color>

IsCustomized

public bool IsCustomized { get; set; }

Property Value

bool

Len

public double Len { get; set; }

Property Value

double

Methods

Draw(Canvas)

public override void Draw(Canvas canvas)

Parameters

canvas Canvas