LightningChartViewSmith Property |
LightningChart .NET Help
Gets or sets polar chart view. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic ViewSmith ViewSmith { get; set; }Public Property ViewSmith As ViewSmith
Get
Set
public:
property ViewSmith^ ViewSmith {
ViewSmith^ get ();
void set (ViewSmith^ value);
}Property Value
Type:
ViewSmith
See Also