Module: Tk::BLT::GraphCommand

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

Instance Method Summary collapse

Instance Method Details

#active_legendObject



129
130
131
132
# File 'ext/lib/tkextlib/blt.rb', line 129

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

#closest_pointObject



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

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

#crosshairsObject



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

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


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

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

#zoom_stackObject



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

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