Table of Contents

Class StackBarBase

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

Fields

DataProperty

public static readonly DependencyProperty DataProperty

Field Value

DependencyProperty

ForegroundProperty

public static readonly DependencyProperty ForegroundProperty

Field Value

DependencyProperty

Properties

Data

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

Property Value

ObservableCollection<double[]>

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

Foreground

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

Property Value

ObservableCollection<Color>

Methods

InitDataBoolean(int, bool)

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

Parameters

count int
value bool