Gets or sets the field(s) in a database table/view that are used as labels for bar clusters. Namespace: MindFusion.Charting.WebForms
|
C#
![]() |
---|
public string ClusterLabelsField { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property ClusterLabelsField As String |
A string. Default value is an emptry string ("").
The 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.