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

 Syntax

C#  Copy Code

public string OuterAxisLabelsField { get; }

Visual Basic  Copy Code

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