HasPlotDetails Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

True if detail fields will be plotted when the chart does not contain a category field. The default value is False. Read/write Boolean.

expression.HasPlotDetails

expression   Required. An expression that returns a ChartSpace object.

Example

This example enables detail fields in ChartSpace1 to be plotted when the chart does not contain a category field.

  ChartSpace1.HasPlotDetails = True