Table of Contents

Class AreaScatter

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

Fields

DataProperty

public static readonly DependencyProperty DataProperty

Field Value

DependencyProperty

Properties

Data

[TypeConverter(typeof(DataXyTypeConverter))]
public ObservableCollection<double[]> Data { get; set; }

Property Value

ObservableCollection<double[]>

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

Methods

Draw(Canvas)

public override void Draw(Canvas canvas)

Parameters

canvas Canvas