Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/user-guide/api/mixins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Controls the visibility of grid lines on chart axes.

.. autoclass:: GridDisplayMixin
:members:
:inherited-members:
:show-inheritance:

**Example:**
Expand All @@ -36,6 +37,7 @@ Controls the formatting of grid labels on chart axes.

.. autoclass:: GridFormatMixin
:members:
:inherited-members:
:show-inheritance:

**Example:**
Expand All @@ -60,6 +62,7 @@ Sets custom minimum and maximum values for chart axes.

.. autoclass:: CustomRangeMixin
:members:
:inherited-members:
:show-inheritance:

**Example:**
Expand All @@ -80,6 +83,7 @@ Sets custom tick mark positions on chart axes.

.. autoclass:: CustomTicksMixin
:members:
:inherited-members:
:show-inheritance:

**Example:**
Expand Down