return interplatedRangeY;
}
protected void lazyInitScreenProps(Layer layer) {
if (!isScreenPropsSet) {
View view = plot.getChart().getView();
markerProps = view.getGssProperties(this, "");
labelWidth = layer.stringWidth(label, markerProps.fontFamily, "normal",
markerProps.fontSize);
labelHeight = layer.stringHeight(label, markerProps.fontFamily, "normal",
markerProps.fontSize) + 2;
guideLineProps = view
.getGssProperties(new GssElementImpl("guideline", this), "");
setGuideLine(guideLineProps.visible);
setGuideLineDateFormat(guideLineProps.dateFormat);
isScreenPropsSet = true;