Charting for WPF Programmer's Guide

Scatter.Fill Property

See Also
 


Gets or sets the fill for this Scatter.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public Brush Fill { get; set; }

Visual Basic  Copy Code

Public Property Fill As Brush

 Property Value

An object of type WPF Brush. Default is Brushes.White

 See Also