LightningChart .NET Help
Gets or sets land draw options. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Maps
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic RegionOptions LandOptions { get; set; }Public Property LandOptions As RegionOptions
Get
Set
public:
property RegionOptions^ LandOptions {
RegionOptions^ get ();
void set (RegionOptions^ value);
}Property Value
Type:
RegionOptions
See Also