Exports data samples of the specified pens in this control.

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

Syntax

C#
public bool ExportPenData(
	TwxChartPen[] pens
)
Visual Basic
Public Function ExportPenData ( _
	pens As TwxChartPen() _
) As Boolean
JScript
public function ExportPenData(
	pens : TwxChartPen[]
) : boolean

Parameters

pens
Type: array<Ico.Twx..::..TwxChartPen>[]()[][]
The pens whose data is exported.

Return Value

True if the export succeeded or false if the pens argument is invalid.

See Also