Home
last modified time | relevance | path

Searched refs:_titleForeColor (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DLegend.cs316 private Color _titleForeColor = Color.Black; field in System.Windows.Forms.DataVisualization.Charting.Legend
3823 return this._titleForeColor;
3827 if(value != this._titleForeColor)
3829 this._titleForeColor = value;
H A DAxis.cs163 private Color _titleForeColor = Color.Black; field in System.Windows.Forms.DataVisualization.Charting.Axis
1008 return _titleForeColor;
1012 _titleForeColor = value;