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