ChartRoutinesUpdateLineAndPointStyle Method |
LightningChart .NET Help
Set line style and color, and points 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
Syntaxpublic static void UpdateLineAndPointStyle(
PointLineSeriesBase series,
double lineWidth,
Color lineColor
)
Public Shared Sub UpdateLineAndPointStyle (
series As PointLineSeriesBase,
lineWidth As Double,
lineColor As Color
)
public:
static void UpdateLineAndPointStyle(
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