MindFusion.Charting Programmer's Guide

BarChart.ClusterLabelsField Property

See Also
 





Gets or sets the field(s) in a database table/view that are used as labels for bar clusters.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public string ClusterLabelsField { get; }

Visual Basic  Copy Code

Public ReadOnly Property ClusterLabelsField As String

 Property Value

A string. Default value is an emptry string ("").

 Remarks

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.

 See Also