Table of Contents

Field ReportChartFeatureNotDrawn

Namespace
DocWright.Core.Diagnostics
Assembly
DocWright.Core.dll

DXP9405: part of a chart is not drawn by this version — a plot type other than column, bar, line, area, pie or doughnut (scatter, range, stepped, polar and the other shapes), a subtype this version does not draw, a palette that is not one, or a plot too small to draw in. The frame, axes, title and legend are still drawn, so the chart is a chart rather than a blank box, and this names what is missing.

public const string ReportChartFeatureNotDrawn = "DXP9405"

Returns

string
DXP9405: part of a chart is not drawn by this version — a plot type other than column, bar, line, area, pie or doughnut (scatter, range, stepped, polar and the other shapes), a subtype this version does not draw, a palette that is not one, or a plot too small to draw in. The frame, axes, title and legend are still drawn, so the chart is a chart rather than a blank box, and this names what is missing.

Remarks

It is no longer raised for stacking. Stacked and PercentStacked are drawn as the reference draws them on a column, a bar and an area; and on a line the reference itself draws the series unstacked, so reporting a stacked line would be claiming a degradation that does not happen.