Table of Contents

Enum ChartCrossBetween

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

Where a category sits relative to the value axis's ticks (c:crossBetween): on the boundary between two ticks, so a bar has a slot of its own, or on the tick itself, so an area's first and last points sit on the plot's edges.

public enum ChartCrossBetween

Fields

Between = 0

Categories occupy a slot between two ticks (between).

MidCategory = 1

Categories sit on the ticks (midCat).

Remarks

A chart part that states nothing takes the plot type's default, which Word's own engine reports as Between for bar and line plots and MidCategory for area plots — measured through the chart object model on the corpus charts, and visible in Word's export, where an area runs from the plot's left edge to its right edge.