FreeformPointLineSeriesPointsType Property |
LightningChart .NET Help
Gets or sets points type. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(PointsType.Points)]
public PointsType PointsType { get; set; }<DefaultValueAttribute(PointsType.Points)>
Public Property PointsType As PointsType
Get
Set
public:
[DefaultValueAttribute(PointsType::Points)]
property PointsType PointsType {
PointsType get ();
void set (PointsType value);
}Property Value
Type:
PointsType
See Also