MindFusion.Charting Programmer's Guide
RadarChart.OuterLabelsField Property
See Also
 





Gets or sets the database field, which values are used as labels drawn in the middle of radar segments.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public string OuterLabelsField { get; set; }

Visual Basic  Copy Code

Public Property OuterLabelsField As String

 Property Value

A string that specifies the name of the database field.

 Remarks

The property enables you to bind the labels drawn at the center of radar cahrt's segments to a field in a database. The data source object is specified with the DataSource property. If it is of type DataSet you can use the DataMember property to specify a given table as source for the chart data. In this case the fields of the table appear as items in the drop down combo box in the OuterLabelsField property of the radar control.

The OuterLabelsField property, when populated with data, is the same as the OuterLabels property.

Default value for the OuterLabelsField property is an empty string ("").

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting.WinForms Namespace
Retrieving Chart Data from a Database