Table of Contents

Class Chart

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

Constructors

Chart()

public Chart()

Fields

GridStyleProperty

public static readonly DependencyProperty GridStyleProperty

Field Value

DependencyProperty

LegendStyleProperty

public static readonly DependencyProperty LegendStyleProperty

Field Value

DependencyProperty

RefeshCommand

public static RoutedCommand RefeshCommand

Field Value

RoutedCommand

SplitMilliSecondProperty

public static readonly DependencyProperty SplitMilliSecondProperty

Field Value

DependencyProperty

UseGridProperty

public static readonly DependencyProperty UseGridProperty

Field Value

DependencyProperty

UseLegendProperty

public static readonly DependencyProperty UseLegendProperty

Field Value

DependencyProperty

UseMarkLineProperty

public static readonly DependencyProperty UseMarkLineProperty

Field Value

DependencyProperty

UseMarkPositionProperty

public static readonly DependencyProperty UseMarkPositionProperty

Field Value

DependencyProperty

UseRefreshButtonProperty

public static readonly DependencyProperty UseRefreshButtonProperty

Field Value

DependencyProperty

UsexAxisProperty

public static readonly DependencyProperty UsexAxisProperty

Field Value

DependencyProperty

UseyAxisProperty

public static readonly DependencyProperty UseyAxisProperty

Field Value

DependencyProperty

VisualMapStyleProperty

public static readonly DependencyProperty VisualMapStyleProperty

Field Value

DependencyProperty

xAxisStyleProperty

public static readonly DependencyProperty xAxisStyleProperty

Field Value

DependencyProperty

xConvertProperty

public static readonly DependencyProperty xConvertProperty

Field Value

DependencyProperty

xDisplayProperty

public static readonly DependencyProperty xDisplayProperty

Field Value

DependencyProperty

yAxisStyleProperty

public static readonly DependencyProperty yAxisStyleProperty

Field Value

DependencyProperty

yConvertProperty

public static readonly DependencyProperty yConvertProperty

Field Value

DependencyProperty

yDisplayProperty

public static readonly DependencyProperty yDisplayProperty

Field Value

DependencyProperty

Properties

BarKey

public static ComponentResourceKey BarKey { get; }

Property Value

ComponentResourceKey

CoordAlignmentCenterKey

public static ComponentResourceKey CoordAlignmentCenterKey { get; }

Property Value

ComponentResourceKey

CoordKey

public static ComponentResourceKey CoordKey { get; }

Property Value

ComponentResourceKey

CoordScreenKey

public static ComponentResourceKey CoordScreenKey { get; }

Property Value

ComponentResourceKey

CoordSingleKey

public static ComponentResourceKey CoordSingleKey { get; }

Property Value

ComponentResourceKey

CoordVerticalKey

public static ComponentResourceKey CoordVerticalKey { get; }

Property Value

ComponentResourceKey

CoordWithOutToolKey

public static ComponentResourceKey CoordWithOutToolKey { get; }

Property Value

ComponentResourceKey

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

GridStyle

public Style GridStyle { get; set; }

Property Value

Style

LegendStyle

public Style LegendStyle { get; set; }

Property Value

Style

SplitMilliSecond

public double SplitMilliSecond { get; set; }

Property Value

double

StackBarKey

public static ComponentResourceKey StackBarKey { get; }

Property Value

ComponentResourceKey

UseGrid

public bool UseGrid { get; set; }

Property Value

bool

UseLegend

public bool UseLegend { get; set; }

Property Value

bool

UseMarkLine

public bool UseMarkLine { get; set; }

Property Value

bool

UseMarkPosition

public bool UseMarkPosition { get; set; }

Property Value

bool

UseRefreshButton

public bool UseRefreshButton { get; set; }

Property Value

bool

UsexAxis

public bool UsexAxis { get; set; }

Property Value

bool

UseyAxis

public bool UseyAxis { get; set; }

Property Value

bool

VisualMapStyle

public Style VisualMapStyle { get; set; }

Property Value

Style

xAxisStyle

public Style xAxisStyle { get; set; }

Property Value

Style

xConvert

public Func<double, string> xConvert { get; set; }

Property Value

Func<double, string>

xDisplay

[TypeConverter(typeof(DisplayTypeConverter))]
public ObservableCollection<string> xDisplay { get; set; }

Property Value

ObservableCollection<string>

yAnimationBarKey

public static ComponentResourceKey yAnimationBarKey { get; }

Property Value

ComponentResourceKey

yAxisStyle

public Style yAxisStyle { get; set; }

Property Value

Style

yBarKey

public static ComponentResourceKey yBarKey { get; }

Property Value

ComponentResourceKey

yConvert

public Func<double, string> yConvert { get; set; }

Property Value

Func<double, string>

yDisplay

[TypeConverter(typeof(DisplayTypeConverter))]
public ObservableCollection<string> yDisplay { get; set; }

Property Value

ObservableCollection<string>

yStackBarKey

public static ComponentResourceKey yStackBarKey { get; }

Property Value

ComponentResourceKey