Table of Contents

Class BarBase

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

Fields

ItemPercentProperty

public static readonly DependencyProperty ItemPercentProperty

Field Value

DependencyProperty

MulCountProperty

public static readonly DependencyProperty MulCountProperty

Field Value

DependencyProperty

MulIndexProperty

public static readonly DependencyProperty MulIndexProperty

Field Value

DependencyProperty

WidthPercentProperty

public static readonly DependencyProperty WidthPercentProperty

Field Value

DependencyProperty

Properties

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

ItemPercent

public double ItemPercent { get; set; }

Property Value

double

MulCount

public int MulCount { get; set; }

Property Value

int

MulIndex

public int MulIndex { get; set; }

Property Value

int

WidthPercent

public double WidthPercent { get; set; }

Property Value

double