Gets or sets the database field, which values are used as labels for the outer axis.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public string OuterAxisLabelsField { get; set; } |
Visual Basic
![]() |
---|
Public Property OuterAxisLabelsField As String |
A string that specifies the name of the database field.
The property enables you to bind the labels drawn at the outer radar axis to a field in a database. The data source object is specified with the DataSource property. If it is of type DataSet, you can use the DataMember property to specify a given table as source for the chart data. In this case, the fields of the table appear as items in the drop down combo box in the OuterAxisLabelsField property of the radar control.
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 InnerAxisLabels property.
Default value for the OuterAxisLabelsField property is an empty string ("").