GOffice.GraphAxisBase¶
- Subclasses:
Methods¶
- Inherited:
GOffice.GraphObject (40), GObject.Object (37), GOffice.StyledObject (8)
- Structs:
|
|
|
|
|
Virtual Methods¶
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Which axis to cross |
||
r/w |
Major tick marks inside the chart area |
||
r/w |
Show labels for major ticks |
||
r/w |
Major tick marks outside the chart area |
||
r/w |
Size of the major tick marks, in points |
||
r/w |
Minor tick marks inside the chart area |
||
r/w |
Minor tick marks outside the axis |
||
r/w |
Size of the minor tick marks, in points |
||
r/w |
Distance from axis line to plot area, in points |
||
r/w |
Where to position an axis low, high, or crossing |
||
r/w |
Where to position an axis low, high, or crossing |
Signals¶
Fields¶
Class Details¶
- class GOffice.GraphAxisBase(**kwargs)¶
- Bases:
- Abstract:
Yes
- get_clamped_position()¶
- Return type:
- get_crossed_axis()¶
- Returns:
returns the crossing axis in a 2D chart if set.
- Return type:
- get_crossed_axis_for_plot(plot)¶
- Parameters:
plot (
GOffice.GraphPlot
) –GOffice.GraphPlot
- Returns:
returns the crossing axis in a 2D plot if set.
- Return type:
- get_crossed_axis_type()¶
- Return type:
- get_position()¶
- Return type:
- set_position(position)¶
- Parameters:
position (
GOffice.GraphAxisPosition
) –
Property Details¶
- GOffice.GraphAxisBase.props.cross_axis_id¶
-
Which axis to cross
- GOffice.GraphAxisBase.props.major_tick_in¶
-
Major tick marks inside the chart area
- GOffice.GraphAxisBase.props.major_tick_labeled¶
-
Show labels for major ticks
- GOffice.GraphAxisBase.props.major_tick_out¶
-
Major tick marks outside the chart area
- GOffice.GraphAxisBase.props.major_tick_size_pts¶
-
Size of the major tick marks, in points
- GOffice.GraphAxisBase.props.minor_tick_in¶
-
Minor tick marks inside the chart area
- GOffice.GraphAxisBase.props.minor_tick_out¶
-
Minor tick marks outside the axis
- GOffice.GraphAxisBase.props.minor_tick_size_pts¶
-
Size of the minor tick marks, in points
- GOffice.GraphAxisBase.props.padding_pts¶
-
Distance from axis line to plot area, in points
- GOffice.GraphAxisBase.props.pos¶
-
Where to position an axis low, high, or crossing