Field ChartAxisScaleRejected
- Namespace
- DocWright.Core.Diagnostics
- Assembly
- DocWright.Core.dll
DXP2009: a chart stated an axis scale that could not be used and the automatic scale was drawn instead. Reported for a minimum at or above the maximum, for a non-finite bound, for a major unit that is zero, negative or non-finite, and for an explicit range whose tick count exceeds the drawable ceiling. The chart still renders: the values are plotted against a computed scale rather than the stated one, so the picture is right and the axis labels are not the author's.
public const string ChartAxisScaleRejected = "DXP2009"
Returns
- string
- DXP2009: a chart stated an axis scale that could not be used and the automatic scale was drawn instead. Reported for a minimum at or above the maximum, for a non-finite bound, for a major unit that is zero, negative or non-finite, and for an explicit range whose tick count exceeds the drawable ceiling. The chart still renders: the values are plotted against a computed scale rather than the stated one, so the picture is right and the axis labels are not the author's.