Provides access to the Link object.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public Class Link
C#
public class Link
Visual C++
public ref class Link
JavaScript
Nasosoft.Chart.Drawing.Link = function();

Type.createClass(
	'Nasosoft.Chart.Drawing.Link');

Remarks

The Link class members allow developers to get and set attributes for Link objects obtained from other chart elements. Many of the chart objects support a Link property that may be used to return a Link object: SeriesAttributes, PointAttributes, Title, CustomGridLine, Axis, etc.

Inheritance Hierarchy

System..::.Object
  Nasosoft.Chart.Drawing..::.Link

See Also