Package quadbase.util
Interface ISurfacePropertySet
public interface ISurfacePropertySet
This interface is used to modify the properties associated with a 3D surface chart.
A handle to an object that implements this interface can be obtained by calling the
gethSurfaceProperties method defined in QbChart.
-
Method Summary
Modifier and TypeMethodDescriptionGets the surface color.voidsetSurfaceColor(Color color) Sets the surface color.
-
Method Details
-
getSurfaceColor
Color getSurfaceColor()Gets the surface color. The default color is red.- Returns:
- The color of the chart surface.
-
setSurfaceColor
Sets the surface color. The default color is red.- Parameters:
color- The new color.
-