Click or drag to resize

ChartRoutinesUpdateLineAndControlPointStyle Method

LightningChart .NET Help
Set line style and color, and ControlPoints size and color according to given line style and width

Namespace:  Arction.CustomControls.Trader.WinForms.Routines
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public static void UpdateLineAndControlPointStyle(
	PointLineSeriesBase series,
	double lineWidth,
	Color lineColor
)

Parameters

series
Type: Arction.WinForms.Charting.SeriesXYPointLineSeriesBase
Series to apply the settings to
lineWidth
Type: SystemDouble
Line width
lineColor
Type: System.DrawingColor
Line color
See Also