Class LineSeries2D
Implements line 2D chart series
Inherited Members
Namespace: EmptyKeys.UserInterface.Charts
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class LineSeries2D : Control
Constructors
LineSeries2D()
Initializes a new instance of the LineSeries2D class.
Declaration
public LineSeries2D()
Fields
DataSourceProperty
The data source property
Declaration
public static readonly DependencyProperty DataSourceProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
LineThicknessProperty
The line thickness property
Declaration
public static readonly DependencyProperty LineThicknessProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
PointsProperty
The points property
Declaration
public static readonly DependencyProperty PointsProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
DataSource
Gets or sets the data source.
Declaration
public object DataSource { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The data source. |
LineThickness
Gets or sets the line thickness.
Declaration
public float LineThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The line thickness. |
Points
Gets or sets the points.
Declaration
public List<SeriesPoint> Points { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SeriesPoint> | The points. |
Methods
MeasureOverride(Size)
Measure layout pass
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
EmptyKeys.UserInterface.Size | availableSize | available size for element |
Returns
Type | Description |
---|---|
EmptyKeys.UserInterface.Size |