GetValue Method

Microsoft Office Web Components Visual Basic

expression.GetValue(Dimension, scaled)

expression    An expression that returns a ChPoint object.

Dimension    Required ChartDimensionsEnum . The dimension from which you are retrieving the value.

Scaled Optional Variant. Specifies whether to return the actual value of the point, or its percentage as it relates to the other related points. Set this argument to True to return the percentage. This argument is relevant only when you are using a Pie, Doughnut, or Stacked Column chart.

Remarks

Alternatively, you can specify a ChartErrorBarCustomValuesEnum constant for the Dimension argument to return the value of an error bar.