ASP.NET Pack Programmer's Guide
PieChart.OuterLabelsField Property
See Also
 





Gets or sets the field in a database table/view that provides the data for the outer pie labels.

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public string OuterLabelsField { get; set; }

Visual Basic  Copy Code

Public Property OuterLabelsField As String

 Property Value

A string. Default value is an empty string ("").

 Remarks

The property enables binding of the data used as pie outer labels to a filed in a database table/view. The labels specified with the OuterLabelsField are drawn only if the OuterLabelType property of the chart is set to LabelType.CustomText. The OuterLabelsField property, when populated with data, is the same as the OuterLabels property.

 See Also

PieChart Members
PieChart Class
MindFusion.Charting.WebForms Namespace
Retrieving Chart Data from a Database