Provides access to the LineAttributes object.

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

Syntax

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

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

Remarks

The LineAttibutes members allows customization of the lines at the level. The PointAttributes's Line property will probide access to the LineAttributes for each particular point of the chart. The EndCap and StartCap properties allow you to configured various shapes at the beginning and ending of a selected line.

Inheritance Hierarchy

System..::.Object
  Nasosoft.Chart.Drawing..::.LineAttributes

See Also