Table of Contents

Class MapLayer

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

Constructors

MapLayer()

public MapLayer()

Fields

xAxisesProperty

public static readonly DependencyProperty xAxisesProperty

Field Value

DependencyProperty

yAxisesProperty

public static readonly DependencyProperty yAxisesProperty

Field Value

DependencyProperty

Properties

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

xAxises

public ObservableCollection<xAxis> xAxises { get; set; }

Property Value

ObservableCollection<xAxis>

yAxises

public ObservableCollection<yAxis> yAxises { get; set; }

Property Value

ObservableCollection<yAxis>

Methods

GetMapX(double, double)

public double GetMapX(double y, double value)

Parameters

y double
value double

Returns

double

GetMapY(double, double)

public double GetMapY(double x, double value)

Parameters

x double
value double

Returns

double