Represents all attributes of the border.

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

Syntax

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

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

Inheritance Hierarchy

System..::.Object
  Nasosoft.Chart.Drawing..::.BorderAttributes

See Also