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

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

public class StiLegendLineMarker
extends java.lang.Object
implements IStiLegendMarker


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

Constructor Detail

StiLegendLineMarker

public StiLegendLineMarker()
Method Detail

Draw

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