com.stimulsoft.report.chart.interfaces.legend
Interface IStiLegendMarker

All Known Implementing Classes:
StiLegendAreaMarker, StiLegendCandelstickMarker, StiLegendColumnMarker, StiLegendDoughnutMarker, StiLegendFunnelMarker, StiLegendLineMarker, StiLegendPieMarker, StiLegendStockMarker

public interface IStiLegendMarker


Method Summary
 void Draw(StiContext context, IStiSeries series, StiRectangle rect, int colorIndex, int colorCount, int index)
           
 

Method Detail

Draw

void Draw(StiContext context,
          IStiSeries series,
          StiRectangle rect,
          int colorIndex,
          int colorCount,
          int index)