Provides access to the Line object.

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

Syntax

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

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

Remarks

Using these properties you can set the color, width and style of many line objects including Axis, GridLine and CustomGridLine. Members also allow for shapes to be applied to all the supported line objects. This allows for interesting design ideas such as an Axis representing a thermometer.

Inheritance Hierarchy

System..::.Object
  Nasosoft.Chart.Drawing..::.Line
    Nasosoft.Chart.Drawing..::.CustomGridLine
    Nasosoft.Chart.Drawing..::.GridLine

See Also