Gets or sets the field in a database table/view used to provide the labels at the inner axis. Namespace: MindFusion.Charting.WebForms
|
C#
![]() |
---|
public string InnerAxisLabelsField { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property InnerAxisLabelsField As String |
A string. Default value is an empty string ("").
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.