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
ownerMapparam 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
Fill
Defines Fill.
public Fill Fill { get; set; }
Property Value
FillVisible
Defines if Fill is visible.
public bool FillVisible { get; set; }
Property Value
LabelStyle
Defines label style.
public MapItemTitle LabelStyle { get; set; }
Property Value
LineStyle
Defines line style.
public LineStyle LineStyle { get; set; }
Property Value
LineVisible
Defines if the line is visible.
public bool LineVisible { get; set; }
Property Value
Methods
Construct()
Create members.
protected virtual 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.