Gets or sets the field in a database table/view which values are used as labels for the inner axis. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueA string. Default value is an empty string (""). RemarksThe 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 |