Click or drag to resize

LegendBoxBaseLayoutCoerceValue Method

LightningChart .NET Help
New layout coerce value

Namespace:  Arction.Wpf.ChartingMVVM.Views
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public static Object LayoutCoerceValue(
	DependencyObject d,
	Object baseValue
)

Parameters

d
Type: System.WindowsDependencyObject

[Missing <param name="d"/> documentation for "M:Arction.Wpf.ChartingMVVM.Views.LegendBoxBase.LayoutCoerceValue(System.Windows.DependencyObject,System.Object)"]

baseValue
Type: SystemObject

[Missing <param name="baseValue"/> documentation for "M:Arction.Wpf.ChartingMVVM.Views.LegendBoxBase.LayoutCoerceValue(System.Windows.DependencyObject,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Arction.Wpf.ChartingMVVM.Views.LegendBoxBase.LayoutCoerceValue(System.Windows.DependencyObject,System.Object)"]

See Also