CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
charts::grid_t< C >::axis_ticks Struct Reference

Public Member Functions

 axis_ticks (grid_t &grid)
 
C & major_ticks_show (const bool show_ticks)
 
C & minor_ticks_show (const bool show_ticks)
 

Friends

struct grid_t
 

Detailed Description

template<class C>
struct charts::grid_t< C >::axis_ticks

Definition at line 113 of file plot_grid.cppm.

Constructor & Destructor Documentation

◆ axis_ticks()

template<class C>
charts::grid_t< C >::axis_ticks::axis_ticks ( grid_t & grid)
inlineexplicit

Definition at line 114 of file plot_grid.cppm.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Function Documentation

◆ major_ticks_show()

template<class C>
C & charts::grid_t< C >::axis_ticks::major_ticks_show ( const bool show_ticks)
inline

Definition at line 117 of file plot_grid.cppm.

◆ minor_ticks_show()

template<class C>
C & charts::grid_t< C >::axis_ticks::minor_ticks_show ( const bool show_ticks)
inline

Definition at line 122 of file plot_grid.cppm.

Friends And Related Symbol Documentation

◆ grid_t

template<class C>
friend struct grid_t
friend

Definition at line 128 of file plot_grid.cppm.


The documentation for this struct was generated from the following file: