Gets or sets custom labels drawn at the top of chart bars. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueAn object of type .NET IList that holds other lists with the labels. RemarksThe property specifies the labels drawn at the top of chart bars when the top label type is set to LabelType.CustomText. Data to be drawn can be added directly to the TopLabels array. The control converts automatically any data to strings. If the labels are less than the number of bars the control fills the missing positions with empty strings. Bars can also have inner labels. They are set with InnerLabelType and InnerLabels. Default value for the TopLabels property is an empty array object. See Also |