SeriesErrorPointPointColor Property |
LightningChart .NET Help
Color of the point.
This is used only if the series PointStyles IndividiualPointColor is not set to Off.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic Color PointColor { get; set; }Public Property PointColor As Color
Get
Set
public:
virtual property Color PointColor {
Color get () sealed;
void set (Color value) sealed;
}Property Value
Type:
ColorImplements
IColoredPointPointColor
See Also