Gets or sets the field(s) in a database table/view that are used as labels for bar clusters. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueA string. Default value is an emptry string (""). RemarksThe property enables data for cluster labels in bars to be retrieved from a database.The labels set through ClusterLabelsField are drawn only if the LabelType property is set to AxisLabelType.CustomText and the BarType is not BarType.Single2D or BarType.Single3D. The ClusterLabelsField property, when populated with data, is the same as the ClusterLabels property. See Also |