LiveChart.YAxis – Livechart Reference Manual
Packages
Livechart
LiveChart
YAxis
ratio_threshold
tick_interval
tick_length
unit
visible
YAxis
get_bounds
get_max_displayed_value
get_ratio
get_ticks
update
update_bounds
axis
fixed_max
labels
lines
smart_ratio
ticks
YAxis
Object Hierarchy:
Description:
public
class
YAxis
Namespace:
LiveChart
Package:
Livechart
Content:
Properties:
public
float
ratio_threshold
{
get
;
set
; }
public
float
tick_interval
{
get
;
set
; }
public
float
tick_length
{
get
;
set
; }
public
string
unit
{
get
;
set
; }
public
bool
visible
{
get
;
set
; }
Creation methods:
public
YAxis
(
string
unit =
""
)
Methods:
public
Bounds
get_bounds
()
public
string
get_max_displayed_value
()
public
double
get_ratio
()
public
Ticks
get_ticks
()
public
void
update
(
int
area_height)
public
bool
update_bounds
(
double
value)
Fields:
public
Path
axis
public
double
?
fixed_max
public
Labels
labels
public
Path
lines
public
bool
smart_ratio
public
Ticks
ticks