Click or drag to resize

IntensitySeriesBaseSetDataValue Method

LightningChart .NET Help

[Missing <summary> documentation for "M:Arction.WinForms.Charting.SeriesXY.IntensitySeriesBase.SetDataValue(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Drawing.Color)"]

Namespace:  Arction.WinForms.Charting.SeriesXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool SetDataValue(
	int columnIndex,
	int rowIndex,
	double x,
	double y,
	double value,
	Color color
)

Parameters

columnIndex
Type: SystemInt32

[Missing <param name="columnIndex"/> documentation for "M:Arction.WinForms.Charting.SeriesXY.IntensitySeriesBase.SetDataValue(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Drawing.Color)"]

rowIndex
Type: SystemInt32

[Missing <param name="rowIndex"/> documentation for "M:Arction.WinForms.Charting.SeriesXY.IntensitySeriesBase.SetDataValue(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Drawing.Color)"]

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:Arction.WinForms.Charting.SeriesXY.IntensitySeriesBase.SetDataValue(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Drawing.Color)"]

y
Type: SystemDouble

[Missing <param name="y"/> documentation for "M:Arction.WinForms.Charting.SeriesXY.IntensitySeriesBase.SetDataValue(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Drawing.Color)"]

value
Type: SystemDouble

[Missing <param name="value"/> documentation for "M:Arction.WinForms.Charting.SeriesXY.IntensitySeriesBase.SetDataValue(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Drawing.Color)"]

color
Type: System.DrawingColor

[Missing <param name="color"/> documentation for "M:Arction.WinForms.Charting.SeriesXY.IntensitySeriesBase.SetDataValue(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Drawing.Color)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Arction.WinForms.Charting.SeriesXY.IntensitySeriesBase.SetDataValue(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Drawing.Color)"]

See Also