Provides access to the GlobalAttributes object.

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

Syntax

Visual Basic (Declaration)
Public Class GlobalAttributes _
	Inherits SeriesAttributes
C#
public class GlobalAttributes : SeriesAttributes
Visual C++
public ref class GlobalAttributes : public SeriesAttributes
JavaScript
Nasosoft.Chart.Drawing.GlobalAttributes = function();

Type.createClass(
	'Nasosoft.Chart.Drawing.GlobalAttributes',
	Nasosoft.Chart.Drawing.SeriesAttributes);

Remarks

The GobalAttributes class alows customization of visual attibutes that apply to all the Series and Points in a Chart. Using the GobalAttributes members, you can set Gallery type, Colors, Markes shapes, Borders, etc. GlobalAttibuttes are accesed through the AllSeries property of the Chart class.

Inheritance Hierarchy

System..::.Object
  Nasosoft.Chart.Drawing..::.PointAttributes
    Nasosoft.Chart.Drawing..::.SeriesAttributes
      Nasosoft.Chart.Drawing..::.GlobalAttributes

See Also