This macro can be used to apply a bevel effect to a chart object.
SYNTAX:
@BEVEL nObject nBevelType
PARAMETERS:
nObject; 1...3. 1=Chart Background, 2=Chart Frame. 3=Risers
nBevelType; 0...3. 0=None, 1=Smooth Edge, 2=Chisel Edge, 3=Donut. Bevel types 1 and 2 can only be applied to rectangle and polygons objects. Bevel type 3 can only be applied to ellipses and slices.
EXAMPLE: @BEVEL_PIE.RPT, @BEVEL_RISERS.RPT
@BEVEL 1 1
@BEVEL 3 1
@BEVEL 3 3
PERSISTENT:
YES (You can use nBevelType zero (0) to remove the bevel)
REQUIREMENTS:
Crystal Reports 9 or Higher & CRChart Enterprise
NOTES:
This macro will automatically enable the high-quality drawing engine (@HQ 1).
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List