LightningChart .NET Help
Gets or sets other map type 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 OtherOptions { get; set; }Public Property OtherOptions As RegionOptions
Get
Set
public:
property RegionOptions^ OtherOptions {
RegionOptions^ get ();
void set (RegionOptions^ value);
}Property Value
Type:
RegionOptions
See Also