Determines whether the specified chart is a single figure chart.
'Declaration
Public Shared Function IsOneFigureChart( _
ByVal As Chart _
) As Boolean
public static bool IsOneFigureChart(
Chart
)
Parameters
- chart
- The chart to check.
Return Value
true
if the chart is a single figure chart (Pie, Doughnut, Funnel, or Pyramid); otherwise, false
.