public class AxisLabelAdapter extends java.lang.Object implements AxisLabelResolver
Title: TeeChart for Java
Description: TeeChart for Java
Copyright (c) 2004-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Constructor and Description |
---|
AxisLabelAdapter()
Creates a new instance of AxisLabelAdapter
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel(Axis axis,
ISeries s,
int valueIndex,
java.lang.String labelText) |
NextAxisLabelValue |
getNextLabel(Axis axis,
int labelIndex,
NextAxisLabelValue nextAxisLabel) |
void |
scrollModHandler(Axis a,
ScrollModEventArgs e) |
public AxisLabelAdapter()
public java.lang.String getLabel(Axis axis, ISeries s, int valueIndex, java.lang.String labelText)
getLabel
in interface AxisLabelResolver
public NextAxisLabelValue getNextLabel(Axis axis, int labelIndex, NextAxisLabelValue nextAxisLabel)
getNextLabel
in interface AxisLabelResolver
public void scrollModHandler(Axis a, ScrollModEventArgs e)
scrollModHandler
in interface AxisLabelResolver