ActiveReports 12
GetObjectData Method (Line)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace > Line Class : GetObjectData Method
The SerializationInfo to populate with data.
The destination for the serialization.
Populates a SerializationInfo object with the data needed to serialize the target object.
Syntax
'Declaration
 
Public Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
public void GetObjectData( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
The SerializationInfo to populate with data.
context
The destination for the serialization.
See Also

Reference

Line Class
Line Members