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