Table of Contents

Class DataLayer

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

Fields

DataBooleanProperty

public static readonly DependencyProperty DataBooleanProperty

Field Value

DependencyProperty

DataMapProperty

public static readonly DependencyProperty DataMapProperty

Field Value

DependencyProperty

DataProperty

public static readonly DependencyProperty DataProperty

Field Value

DependencyProperty

Properties

Data

public DoubleCollection Data { get; set; }

Property Value

DoubleCollection

DataBoolean

public ObservableCollection<bool> DataBoolean { get; set; }

Property Value

ObservableCollection<bool>

DataMap

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

Property Value

ObservableCollection<double[]>

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

Methods

InitDataBoolean(int, bool)

protected virtual void InitDataBoolean(int count, bool value = true)

Parameters

count int
value bool