This interface is used to modify the properties associated with a 2D box chart.
A handle to an object that implements this interface can be obtained by calling the
gethBoxProperties method defined in QbChart.
eg. QbChart chart = new QbChart(...); IBoxPropertySet box = chart.gethBoxProperties();