Table of Contents

Class XyLayer

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

Fields

ForegroundProperty

public static readonly DependencyProperty ForegroundProperty

Field Value

DependencyProperty

LineStyleProperty

public static readonly DependencyProperty LineStyleProperty

Field Value

DependencyProperty

maxX

protected double maxX

Field Value

double

maxY

protected double maxY

Field Value

double

minX

protected double minX

Field Value

double

minY

protected double minY

Field Value

double

xAxisProperty

public static readonly DependencyProperty xAxisProperty

Field Value

DependencyProperty

xConvertProperty

public static readonly DependencyProperty xConvertProperty

Field Value

DependencyProperty

xDisplayProperty

public static readonly DependencyProperty xDisplayProperty

Field Value

DependencyProperty

xMapProperty

public static readonly DependencyProperty xMapProperty

Field Value

DependencyProperty

yAxisProperty

public static readonly DependencyProperty yAxisProperty

Field Value

DependencyProperty

yConvertProperty

public static readonly DependencyProperty yConvertProperty

Field Value

DependencyProperty

yDisplayProperty

public static readonly DependencyProperty yDisplayProperty

Field Value

DependencyProperty

yMapProperty

public static readonly DependencyProperty yMapProperty

Field Value

DependencyProperty

Properties

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

Foreground

public Brush Foreground { get; set; }

Property Value

Brush

LineStyle

public Style LineStyle { get; set; }

Property Value

Style

xAxis

public DoubleCollection xAxis { get; set; }

Property Value

DoubleCollection

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>

xMap

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

Property Value

ObservableCollection<double[]>

yAxis

public DoubleCollection yAxis { get; set; }

Property Value

DoubleCollection

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>

yMap

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

Property Value

ObservableCollection<double[]>

Methods

Draw(Canvas)

public override void Draw(Canvas canvas)

Parameters

canvas Canvas

GetValueY(double)

获取Canvas位置对应的y值

public virtual double GetValueY(double value)

Parameters

value double

Returns

double

GetX(double)

获取值对应Canvas的位置

public virtual double GetX(double value)

Parameters

value double

Returns

double

GetX(double, double)

获取值对应Canvas的位置

public virtual double GetX(double value, double width)

Parameters

value double
width double

Returns

double

GetY(double)

获取值对应Canvas的位置

public virtual double GetY(double value)

Parameters

value double

Returns

double

GetY(double, double)

获取值对应Canvas的位置

public virtual double GetY(double value, double height)

Parameters

value double
height double

Returns

double

InitX()

protected virtual void InitX()

InitY()

protected virtual void InitY()