[]
        
(Showing Draft Content)

C1.WPF.C1Chart.Lines

Lines Class

Represents plot element that connects the data points.

Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public class Lines : PlotElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient

Constructors

Name Description
Lines()

Initializes a new instance of Lines class.

Properties

Name Description
IsClosed

Gets or sets whether the figure from data points is closed.

IsFilled

Gets or sets whether the area inside points is filled.

LegendShape

Gets the shape that represents the appearance of plot element in the legend.

Smoothed

Gets or sets whether the points are connected with smooth lines.

Methods

Name Description
Decimate(Point[], double)

Decimate point array according to the specified radius.

DecimateAsCollection(Point[], double)

Decimate point collection according to the specified radius.

IsCompatible(IRenderer)

Returns whether the plot element is compatible with renderer.

Render(RenderContext)

Renders the plot element based on the specified context.

RenderSegment(Point[], double, Rect)

Creates path figure from the specified points.