Table of Contents

Class ChartPlot

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

One plot within a chart: a group of series sharing a type and a pair of axes.

public sealed class ChartPlot
Inheritance
ChartPlot
Inherited Members

Constructors

ChartPlot()

Properties

AxisIds

Gets the axis ids this plot is drawn against (c:axId).

GapWidth

Gets or sets the gap between category clusters, as a percent of bar width (c:gapWidth).

Grouping

Gets or sets how the series are combined.

HoleSize

Gets or sets the doughnut hole size as a percent of the radius (c:holeSize).

Horizontal

Gets or sets whether bars run horizontally (c:barDir bar) rather than as columns.

Kind

Gets or sets the plot type.

Markers

Gets or sets whether the plot draws point markers (c:marker).

Overlap

Gets or sets the bar overlap within a cluster, as a percent (c:overlap).

Series

Gets the series, in document order.

VaryColors

Gets or sets whether each point takes its own colour (c:varyColors).

Methods

Clone()

Creates a copy.