Share via


GetValue Method

Returns a data value for the specified point in a custom data dimension.

expression.GetValue(Dimension, scaled)

*expression   * An expression that returns a ChPoint object.

ChartDimensionsEnum

ChartDimensionsEnum can be one of these ChartDimensionsEnum constants.
chDimBubbleValues
chDimCategories
chDimCharts
chDimCloseValues
chDimFilter
chDimFormatValues
chDimHighValues
chDimLowValues
chDimOpenValues
chDimRValues
chDimSeriesNames
chDimThetaValues
chDimValues
chDimXValues
chDimYValues

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

ChartErrorBarCustomValuesEnum

ChartErrorBarCustomValuesEnum can be one of these ChartErrorBarCustomValuesEnum constants.
chErrorBarMinusValues
chErrorBarPlusValues

Applies to | ChPoint Object