MindFusion.Charting for WPF Programmer's Guide
Container.ActualContainerHeight Property
See Also
 





Gets the actual height of the container. This is a dependency property.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public double ActualContainerHeight { get; set; }

Visual Basic  Copy Code

Public Property ActualContainerHeight As Double

 Property Value

 Remarks

This property can be bound to from within XAML because binding directly to FrameworkElement.ActualHeight seems to fail.

 See Also

Container Members
Container Class
MindFusion.Gauges.Wpf Namespace