Removes all labels and numerical data from the chart. Namespace: MindFusion.Charting.WebForms Syntax
RemarksThe method removes any data that has been set to the chart. If the LabelType of a chart axis is AxisLabelType.AutoScale, the scale labels remain. Labels of any other type are cleared. Data is removed from the XData, YData, Y2Data, Data, XLabels, YLabels and Y2Labels properties. The inner and top labels of bar charts are also removed; the labels for radar charts are removed too. The proportions of the chart are left - the length of the axis, the radius and so on. If the chart has a legend, the LegendLabels are also cleared. Any title, subtitle, brushes and pens are left. See Also |