Table of Contents

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

owner Map

Parent.

Properties

Image

Image object.

public Image Image { get; set; }

Property Value

Image

ImageAlpha

Image alpha. 0 is transparent, 255 fully visible (opaque).

public int ImageAlpha { get; set; }

Property Value

int

LatitudeMax

Maximum latitude.

public double LatitudeMax { get; set; }

Property Value

double

LatitudeMin

Minimum latitude.

public double LatitudeMin { get; set; }

Property Value

double

LongitudeMax

Maximum longitude.

public double LongitudeMax { get; set; }

Property Value

double

LongitudeMin

Minimum longitude.

public double LongitudeMin { get; set; }

Property Value

double

Visible

Defines if visible.

public bool Visible { get; set; }

Property Value

bool

Methods

Construct()

Constructor

protected void Construct()

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed, otherwise false.

ToString()

Convert class description to string.

public override string ToString()

Returns

string

String.