Class MapBackground
- Namespace
- LightningChartLib.WinForms.Charting.Maps
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Map background.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class MapBackground : ChartNode, IChartNode, IDisposable
- Inheritance
-
MapBackground
- Implements
- Inherited Members
Constructors
MapBackground()
Constructor.
public MapBackground()
MapBackground(Map)
Constructor.
public MapBackground(Map owner)
Parameters
ownerMapParent.
Properties
Image
Image object.
public Image Image { get; set; }
Property Value
ImageAlpha
Image alpha. 0 is transparent, 255 fully visible (opaque).
public int ImageAlpha { get; set; }
Property Value
LatitudeMax
Maximum latitude.
public double LatitudeMax { get; set; }
Property Value
LatitudeMin
Minimum latitude.
public double LatitudeMin { get; set; }
Property Value
LongitudeMax
Maximum longitude.
public double LongitudeMax { get; set; }
Property Value
LongitudeMin
Minimum longitude.
public double LongitudeMin { get; set; }
Property Value
Visible
Defines if visible.
public bool Visible { get; set; }
Property Value
Methods
Construct()
Constructor
protected void Construct()
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue if managed resources should be disposed, otherwise false.
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
String.