ComponentOne Chart for WPF and Silverlight
Foreground Property (ChartView)


C1.WPF.C1Chart Namespace > ChartView Class : Foreground Property
Gets or sets the foreground brush for view.
Syntax
'Declaration
 
Public Property Foreground As System.Windows.Media.Brush
'Usage
 
Dim instance As ChartView
Dim value As System.Windows.Media.Brush
 
instance.Foreground = value
 
value = instance.Foreground
public System.Windows.Media.Brush Foreground {get; set;}
See Also

Reference

ChartView Class
ChartView Members