The Chart3DStyle type exposes the following members.

Constructors

  Name Description
Public method Chart3DStyle()()()()
Initializes a new instance of the Chart3DStyle class.
Public method Chart3DStyle(Chart3DSymbolStyle, Chart3DLineStyle)
Initializes a new instance of the Chart3DStyle class.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NotifyChanges (Inherited from Notifier.)
Protected method SetOwner (Overrides Notifier..::..SetOwner(INotifyChanges).)
Public method ToString
Returns a string that represents the current Chart3DStyle.
(Overrides Object..::..ToString()()()().)

Fields

  Name Description
Protected field m_owner (Inherited from Notifier.)

Properties

  Name Description
Public property LineStyle
Gets or sets the LineStyle which specifies the color, pattern, and thickness of drop lines in scatter plots.
Public property SymbolStyle
Gets or sets the SymbolStyle which specifies the color, size, and shape of points in scatter plots.

See Also