Gets or sets the labels drawn at the X-axis in custom grids. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueAn object of type .NET IList that holds other lists with the labels. RemarksThe labels are drawn with XGridLabelBrushes. The GridType should be set to GridType.Custom. Use VertGridPoints to specify the position of the XGridLabels at the X-axis. GridLabelsAtLines specifies whether the labels are drawn at grid lines or in the middle of the grid segment. The orientation of the grid labels is set with XGridLabelsOrientation. Default value for the XGridLabels property is an empty list. See Also |