Charting for WPF Programmer's Guide

Chart.VisualChildrenCount Property

See Also
 


Gets the number of visual child elements within this element.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

protected virtual int VisualChildrenCount { get; }

Visual Basic  Copy Code

Protected Overridable ReadOnly Property VisualChildrenCount As Integer

 Property Value

An int value that specifies the number of visual child elements within the control.

 Remarks

The property overrides System.Windows.FrameworkElement.VisualChildrenCount property.

 See Also