Table of Contents

Class LineChart

Namespace
Bonsai.Vision.Drawing
Assembly
Bonsai.Vision.dll

Represents an operator that specifies drawing a line chart by plotting each row of a matrix as a polyline element.

public class LineChart : CanvasElement
Inheritance
LineChart
Inherited Members

Properties

Color

Gets or sets the color of the chart lines.

Data

Gets or sets the matrix specifying the data content of the line chart.

Destination

Gets or sets the optional region in which to draw the chart. By default the chart will cover the entire image.

LineType

Gets or sets a value specifying the line drawing algorithm used to draw the chart lines.

Max

Gets or sets the upper bound of the data range.

Min

Gets or sets the lower bound of the data range.

Thickness

Gets or sets the thickness of the chart lines.

Methods

GetRenderer()

Returns the line chart drawing operation.