Gets or sets the field in a database table/view which values are used as labels for radar segments.
Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms
C#
![]() |
---|
public string OuterLabelsField { get; set; } |
Visual Basic
![]() |
---|
Public Property OuterLabelsField As String |
A string. Default value is an empty string ("").
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.