com.stimulsoft.report.chart.geoms.marker
Class StiLegendCandelstickMarker

java.lang.Object
  extended by com.stimulsoft.report.chart.geoms.marker.StiLegendCandelstickMarker
All Implemented Interfaces:
IStiLegendMarker

public class StiLegendCandelstickMarker
extends java.lang.Object
implements IStiLegendMarker


Constructor Summary
StiLegendCandelstickMarker()
           
 
Method Summary
 void Draw(StiContext context, IStiSeries serie, StiRectangle rect, int colorIndex, int colorCount, int index)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiLegendCandelstickMarker

public StiLegendCandelstickMarker()
Method Detail

Draw

public void Draw(StiContext context,
                 IStiSeries serie,
                 StiRectangle rect,
                 int colorIndex,
                 int colorCount,
                 int index)
Specified by:
Draw in interface IStiLegendMarker