コード例 #1
0
 public static function run($dataDir = null)
 {
     # Setting the RotationX, RotationY and DepthPercents properties of 3D Chart.
     ChartProperties::set_rotation_and_depth($dataDir);
     # Setting the GapWidth property of Chart Series
     ChartProperties::set_gapwidth($dataDir);
 }