Table of Contents

Class RegionOptions

Namespace
LightningChartLib.WinForms.Charting.Maps
Assembly
LightningChart.WinForms.Charting.NET4.dll

Region options.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class RegionOptions : ChartNode, IDisposable, IChartNode
Inheritance
RegionOptions
Implements
Inherited Members

Constructors

RegionOptions()

Constructor.

public RegionOptions()

RegionOptions(Map)

Constructor.

public RegionOptions(Map owner)

Parameters

owner Map
param owner M:LightningChartLib.WinForms.Charting.Maps.RegionOptions.#ctor(LightningChartLib.WinForms.Charting.Maps.Map)

Properties

AntialiasFill

Anti-alias fill.

public bool AntialiasFill { get; set; }

Property Value

bool

Fill

Defines Fill.

public Fill Fill { get; set; }

Property Value

Fill

FillVisible

Defines if Fill is visible.

public bool FillVisible { get; set; }

Property Value

bool

LabelStyle

Defines label style.

public MapItemTitle LabelStyle { get; set; }

Property Value

MapItemTitle

LineStyle

Defines line style.

public LineStyle LineStyle { get; set; }

Property Value

LineStyle

LineVisible

Defines if the line is visible.

public bool LineVisible { get; set; }

Property Value

bool

Methods

Construct()

Create members.

protected virtual 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.