SeriesPointStyles Property

GF Charts Help
Access to visual style of points on the chart

Namespace:  GF.Clients.Charts.TimeSeries
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public virtual PointStyles PointStyles { get; }

Property Value

Type: PointStyles
Remarks

Indicator can use these styles for coloring
Examples

Result.PointStyles.Color = Color.Red; // the latest point of Result series will be Red
See Also

Reference