[]
Represents plot element that connects the data points.
public class Lines : PlotElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
| Name | Description |
|---|---|
| Lines() | Initializes a new instance of Lines class. |
| 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. |
| 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. |