HasPlotDetails Property

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

Applies to | ChartSpace Object