Table of Contents

Class PointRGB

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

RGB point.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class PointRGB : ChartNode, IChartNode, IDisposable
Inheritance
PointRGB
Implements
Inherited Members

Constructors

PointRGB()

Constructor.

public PointRGB()

PointRGB(IChartNode, double, double, double)

Constructor

public PointRGB(IChartNode owner, double r, double g, double b)

Parameters

owner IChartNode

Parent.

r double

R-component.

g double

G-component.

b double

B-component.

PointRGB(double, double, double)

Constructor.

public PointRGB(double r, double g, double b)

Parameters

r double

R-coordinate.

g double

G-coordinate.

b double

B-coordinate.

Properties

B

B value

public double B { get; set; }

Property Value

double

G

G value

public double G { get; set; }

Property Value

double

R

R value

public double R { get; set; }

Property Value

double

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

True if managed resources should be disposed, otherwise false.

SetValues(double, double, double)

Set all values.

public void SetValues(double r, double g, double b)

Parameters

r double

R value.

g double

G value.

b double

B value.

Remarks

Does not refresh chart.

ToString()

Convert class description to string.

public override string ToString()

Returns

string

String.