MindFusion.Charting Programmer's Guide

RadarChart.OuterLabelsField Property

See Also
 





Gets or sets the field in a database table/view which values are used as labels for radar segments.

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 binds the labels drawn at the center of radar segments to a field in a database table/column. The OuterLabelsField property, when populated with data, is the same as the OuterLabels property.

 See Also