FreeformPointLineSeriesPointsType Property |
LightningChart .NET Help
Points type
Namespace:
Arction.WinForms.Charting.SeriesXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.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