Chart.GetService(Type) Método
Definição
Retorna o tipo de serviço de gráfico solicitado.Returns the requested chart service.
public:
System::Object ^ GetService(Type ^ serviceType);
public object GetService (Type serviceType);
member this.GetService : Type -> obj
Public Function GetService (serviceType As Type) As Object
Parâmetros
- serviceType
- Type
O tipo de serviço de gráfico solicitado.The type of requested chart service.
Retornos
Um Object que representa o tipo de serviço ou null se o serviço não pode ser encontrado.An Object that represents the service type or null if the service cannot be found.