Class MapLayer
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
yAxisesProperty
public static readonly DependencyProperty yAxisesProperty
Field Value
Properties
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
xAxises
public ObservableCollection<xAxis> xAxises { get; set; }
Property Value
yAxises
public ObservableCollection<yAxis> yAxises { get; set; }
Property Value
Methods
GetMapX(double, double)
public double GetMapX(double y, double value)
Parameters
Returns
GetMapY(double, double)
public double GetMapY(double x, double value)