MindFusion.Charting 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
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public string OuterLabelsField { get; }

Visual Basic  Copy Code

Public ReadOnly 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