GOffice.GraphColorScale
Properties
| Name | Type | Flags | Short Description | 
|---|
| axis | str | r/w | Reference to the color or pseudo-3d axis | 
| horizontal | bool | r/w | Whether to display the scale horizontally | 
| tick-size-pts | int | r/w | Size of the tick marks, in points | 
| width | float | r/w | Color scale thickness. | 
 
Class Details
- 
class GOffice.GraphColorScale(**kwargs)
- 
- 
get_axis()
- 
Gets the axis mapping to the colors and associated with self 
 
- 
set_axis(axis)
- 
Associates the axis with self. 
 
 
Property Details
- 
GOffice.GraphColorScale.props.axis
- 
Reference to the color or pseudo-3d axis 
- 
GOffice.GraphColorScale.props.horizontal
- 
Whether to display the scale horizontally 
- 
GOffice.GraphColorScale.props.tick_size_pts
- 
Size of the tick marks, in points 
- 
GOffice.GraphColorScale.props.width
- 
Color scale thickness.