ASP.NET Pack Programmer's Guide
RadarChart.OuterAxisLabelsField Property
See Also
 





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

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

 Syntax

C#  Copy Code

public string OuterAxisLabelsField { get; set; }

Visual Basic  Copy Code

Public Property OuterAxisLabelsField As String

 Property Value

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

 Remarks

The property binds data for the labels drawn at the outer axis to a field in a database table/view. The labels specified with the OuterAxisLabelsField are drawn only if the OuterAxisLabelType property of the chart is set to LabelType.CustomText. The OuterAxisLabelsField property, when populated with data, is the same as the OuterAxisLabels property.

 See Also

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