PointLineSeries3DIndividualPointSizes Property |
LightningChart .NET Help
Each point can have different size.
Namespace:
Arction.WinForms.Charting.Series3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool IndividualPointSizes { get; set; }<DefaultValueAttribute(false)>
Public Property IndividualPointSizes As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool IndividualPointSizes {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also