ChartService.Get Method¶
Gets the report chart data for the specified InteropSolution.
Namespace: Citrix.SDK.AppDNA.Solutions.Interop
Assembly: Citrix.SDK.AppDNA.Solutions.Interop (in Citrix.SDK.AppDNA.Solutions.Interop.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public Chart Get(
InteropSolution solution
)
VB¶
Public Function Get (
solution As InteropSolution
) As Chart
Parameters¶
- solution
- Type: Citrix.SDK.AppDNA.Solutions.Interop.InteropSolution
The solution.
Return Value¶
Type: Chart
Chart data
Exceptions¶
Exception | Condition |
---|---|
ArgumentNullException | solution |
See Also¶
Reference¶
ChartService Class
Citrix.SDK.AppDNA.Solutions.Interop Namespace