Defines visualization of a data source.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public sealed class TwxChartPen : ObservableObject, 
	ICloneable, ICustomTypeDescriptor, IDisposable, IChartPen, ISupportInitialization
Visual Basic
Public NotInheritable Class TwxChartPen _
	Inherits ObservableObject _
	Implements ICloneable, ICustomTypeDescriptor, IDisposable, IChartPen,  _
	ISupportInitialization
JScript
public final class TwxChartPen extends ObservableObject implements ICloneable, ICustomTypeDescriptor, IDisposable, IChartPen, ISupportInitialization

Inheritance Hierarchy

System..::..Object
  BindableObject
    ObservableObject
      Ico.Twx..::..TwxChartPen

See Also