MindFusion.Charting Programmer's Guide

RadarChart.InnerAxisLabelsField Property

See Also
 





Gets or sets the field in a database table/view used to provide the labels at the inner axis.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public string InnerAxisLabelsField { get; }

Visual Basic  Copy Code

Public ReadOnly Property InnerAxisLabelsField As String

 Property Value

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

 Remarks

The property enables you to bind the labels drawn at the inner radar axis to a field in a database view/table. The labels specified with the InnerAxisLabelsField are drawn only if the InnerAxisLabelType property of the chart is set to LabelType.CustomText. The InnerAxisLabelsField property, when populated with data, is the same as the InnerAxisLabels property.

 See Also