LightningChart .NET Help
Gets or sets Y axis collection. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic AxisYCollection YAxes { get; set; }Public Property YAxes As AxisYCollection
Get
Set
public:
property AxisYCollection^ YAxes {
AxisYCollection^ get ();
void set (AxisYCollection^ value);
}Property Value
Type:
AxisYCollection
See Also