com.steema.teechart.axis
Interface AxisLabelResolver

All Known Implementing Classes:
AxisLabelAdapter

public interface AxisLabelResolver

Title: TeeChart for Java

Description: TeeChart for Java

Copyright (c) 2004-2008 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Method Summary
 java.lang.String getLabel(Axis axis, ISeries s, int valueIndex, java.lang.String labelText)
           
 NextAxisLabelValue getNextLabel(Axis axis, int labelIndex, NextAxisLabelValue nextLabel)
           
 

Method Detail

getLabel

java.lang.String getLabel(Axis axis,
                          ISeries s,
                          int valueIndex,
                          java.lang.String labelText)

getNextLabel

NextAxisLabelValue getNextLabel(Axis axis,
                                int labelIndex,
                                NextAxisLabelValue nextLabel)