Module: Tk::BLT::GraphCommand

Included in:
Barchart, Graph, Stripchart
Defined in:
lib/tkextlib/blt.rb

Instance Method Summary collapse

Instance Method Details

#active_legendObject



132
133
134
135
# File 'lib/tkextlib/blt.rb', line 132

def active_legend
  tk_call_without_enc('Blt_ActiveLegend', @path)
  self
end

#closest_pointObject



148
149
150
151
# File 'lib/tkextlib/blt.rb', line 148

def closest_point
  tk_call_without_enc('Blt_ClosestPoint', @path)
  self
end

#crosshairsObject



136
137
138
139
# File 'lib/tkextlib/blt.rb', line 136

def crosshairs
  tk_call_without_enc('Blt_Crosshairs', @path)
  self
end


144
145
146
147
# File 'lib/tkextlib/blt.rb', line 144

def print_key
  tk_call_without_enc('Blt_PrintKey', @path)
  self
end

#zoom_stackObject



140
141
142
143
# File 'lib/tkextlib/blt.rb', line 140

def zoom_stack
  tk_call_without_enc('Blt_ZoomStack', @path)
  self
end