Click or drag to resize

VerticalScrollBarAlignmentChanged Method

LightningChart .NET Help
Occurs when alignment is changed

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public static void AlignmentChanged(
	DependencyObject d,
	DependencyPropertyChangedEventArgs e
)

Parameters

d
Type: System.WindowsDependencyObject

[Missing <param name="d"/> documentation for "M:Arction.Wpf.ChartingMVVM.VerticalScrollBar.AlignmentChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)"]

e
Type: System.WindowsDependencyPropertyChangedEventArgs

[Missing <param name="e"/> documentation for "M:Arction.Wpf.ChartingMVVM.VerticalScrollBar.AlignmentChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)"]

See Also