Table of Contents

Class ViewLayerGroup

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

Fields

DrawOnceProperty

public static readonly DependencyProperty DrawOnceProperty

Field Value

DependencyProperty

UseDrawOnceProperty

public static readonly DependencyProperty UseDrawOnceProperty

Field Value

DependencyProperty

xAxisAutoProperty

public static readonly DependencyProperty xAxisAutoProperty

Field Value

DependencyProperty

xAxisCountProperty

public static readonly DependencyProperty xAxisCountProperty

Field Value

DependencyProperty

xAxisProperty

public static readonly DependencyProperty xAxisProperty

Field Value

DependencyProperty

xDatasProperty

public static readonly DependencyProperty xDatasProperty

Field Value

DependencyProperty

yAxisAutoProperty

public static readonly DependencyProperty yAxisAutoProperty

Field Value

DependencyProperty

yAxisCountProperty

public static readonly DependencyProperty yAxisCountProperty

Field Value

DependencyProperty

yAxisProperty

public static readonly DependencyProperty yAxisProperty

Field Value

DependencyProperty

yDatasProperty

public static readonly DependencyProperty yDatasProperty

Field Value

DependencyProperty

Properties

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

DrawOnce

public bool DrawOnce { get; set; }

Property Value

bool

UseDrawOnce

true:需要调用DrawOne去刷新,用于显示实时数据修改完数据后手动调用刷新,false:属性更改实时刷新,手动编辑数据刷新

public bool UseDrawOnce { get; set; }

Property Value

bool

xAxis

[TypeConverter(typeof(DoubleCollectionConverter))]
public DoubleCollection xAxis { get; set; }

Property Value

DoubleCollection

xAxisAuto

x轴坐标根据数据自动计算

public bool xAxisAuto { get; set; }

Property Value

bool

xAxisCount

x轴坐标点个数

public int xAxisCount { get; set; }

Property Value

int

xDatas

x轴数据集合

[TypeConverter(typeof(DoubleCollectionConverter))]
public DoubleCollection xDatas { get; set; }

Property Value

DoubleCollection

yAxis

[TypeConverter(typeof(DoubleCollectionConverter))]
public DoubleCollection yAxis { get; set; }

Property Value

DoubleCollection

yAxisAuto

y坐标轴根据数据自动计算

public bool yAxisAuto { get; set; }

Property Value

bool

yAxisCount

y轴坐标点个数

public int yAxisCount { get; set; }

Property Value

int

yDatas

[TypeConverter(typeof(DoubleCollectionConverter))]
public DoubleCollection yDatas { get; set; }

Property Value

DoubleCollection

Methods

RefreshByData()

public void RefreshByData()