Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetRightAxisVisibility
Method
SetRightAxisVisibility
Modules/Annotation/src/mitkScaleLegendAnnotation.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void mitk::ScaleLegendAnnotation::SetRightAxisVisibility(bool visibility)
77
{
78
SetBoolProperty(
"ScaleLegendAnnotation.RightAxisVisibility"
, visibility);
79
}
80
81
bool mitk::ScaleLegendAnnotation::GetRightAxisVisibility() const
82
{
Callers
1
UpdateVtkAnnotation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected