Chart::GetService Method (Type^)

.NET Framework (current version)
 

Returns the requested chart service.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
Object^ GetService(
	Type^ serviceType
)

Parameters

serviceType
Type: System::Type^

The type of requested chart service.

Return Value

Type: System::Object^

An Object that represents the service type, or null if the service cannot be found.

.NET Framework
Available since 4.0
Return to top
Show: