Gets or sets the type of labels drawn at the top of chart bars. Namespace: MindFusion.Charting Syntax
Property ValueOne of the LabelType Enumeration values. RemarksThe property specifies what labels are drawn at the top of chart bars. For appearance, format and style settings, please check the AxisSettings class. The style settings for vertical bars are regulated by XAxisSettings, the style settings for horizontal bars - by YAxisSettings. The custom text for the top labels is set with the TopLabels property. Bars can also have inner labels. They are set with InnerLabelType and InnerLabels. Default value for the TopLabelType property is LabelType.Empty, in this case, no labels are drawn. See Also |