Gets or sets the field(s) in a database table/view which values are used as inner bar labels. Namespace: MindFusion.Charting.WebForms
|
C#
![]() |
---|
public string InnerLabelsFields { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property InnerLabelsFields As String |
A string. Default value is an empty string ("").
The property enables databing for the labels drawn inside chart bars. If you need to set more than one field, separate the names with commas.
The labels set with the InnerLabelsFields are drawn only if the InnerLabelType is set to LabelType.CustomText.
The InnerLabelsFields property, when populated with data, is the same as the InnerLabels property.