Table of Contents

Class Shadow

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

Shadow class shows a shadow behind it's master object

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

Constructors

Shadow()

Constructor for Form designer list editor.

public Shadow()

Shadow(IChartNode)

Constructor

public Shadow(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

Color

Color

public Color Color { get; set; }

Property Value

Color

Offset

Shadow offset from the object

public PointIntXY Offset { get; set; }

Property Value

PointIntXY

Visible

Is shadow visible or not

public bool Visible { get; set; }

Property Value

bool

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.

ToString()

Convert class description to string.

public override string ToString()

Returns

string

String