Gets or sets 
Fill fill for the legend facing.
 
    Namespace: 
   PerpetuumSoft.Charts
    Assembly:
   PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public Fill TextFill { get; set; } | 
| Visual Basic (Declaration) | 
|---|
Public Property TextFill As Fill  | 
| Visual C++ | 
|---|
public:
property Fill^ TextFill {
	Fill^ get ();
	void set (Fill^ value);
} | 
See Also