"barShadowQuality"

This attribute defines the quality of bar shadows.

Synopsis

shape.barShadowQuality(string quality);

Parameter

Parameter Description
quality

Following constants can be used for defining the shadow quality:

  • ShadowQualityNone

  • ShadowQualityLow

  • ShadowQualityMedium

  • ShadowQualityHigh

  • ShadowQualitySoftLow

  • ShadowQualitySoftMedium

  • ShadowQualitySoftHigh

Description

This attribute defines the quality of bar shadows.

Shadows are not supported under Windows.

Example

main()
{
  BarChart3D_ewo1.barShadowQuality("ShadowQualityLow");
}

Assignment

BarChart3D-EWO